Skip to content

Commit

Permalink
removed errors from the latest test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kanza-latif committed Jan 2, 2025
1 parent d00914b commit 016fca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config_stp.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,4 @@ def test_enable_mst_for_interfaces():

mock_db.set_entry.assert_any_call('STP_MST_PORT', 'MST_INSTANCE|0|Ethernet0', expected_fvs)
mock_db.set_entry.assert_any_call('STP_MST_PORT', 'MST_INSTANCE|0|PortChannel1', expected_fvs)
assert mock_db.set_entry.call_count == 2
assert mock_db.set_entry.call_count == 2

0 comments on commit 016fca2

Please sign in to comment.