Skip to content

Commit

Permalink
[ycabled][tests] Fix UT for bookworm (sonic-net#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunSaravananBalachandran authored Feb 15, 2024
1 parent d8977f3 commit 13c5049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonic-ycabled/tests/test_y_cable_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

sys.modules['sonic_y_cable'] = MagicMock()
sys.modules['sonic_y_cable.y_cable'] = MagicMock()
sys.modules['sonic_y_cable.y_cable_vendor_mapping'] = MagicMock()

os.environ["Y_CABLE_HELPER_UNIT_TESTING"] = "1"

Expand Down

0 comments on commit 13c5049

Please sign in to comment.