Skip to content

Commit

Permalink
Fix unit test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Jun 8, 2023
1 parent ee05f57 commit 21fa8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sfp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ def test_qsfp_dd_eeprom_with_dom(self):

def test_osfp_eeprom_with_dom(self):
runner = CliRunner()
result = runner.invoke(show.cli.commands["interfaces"].commands["transceiver"].commands["eeprom"], ["Ethernet72 -d"])
result = runner.invoke(show.cli.commands["interfaces"].commands["transceiver"].commands["eeprom"], ["Ethernet72", "-d"])
assert result.exit_code == 0
assert result.output == test_osfp_eeprom_with_dom_output

Expand Down

0 comments on commit 21fa8d2

Please sign in to comment.