Skip to content

Commit e4389e5

Browse files
1 parent f1bb1cb commit e4389e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/storm_control_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_del_umcast_storm(self):
6868
db = Db()
6969
obj = {'db':db.cfgdb}
7070

71-
result = runner.invoke(config.config.commands["storm-control"].commands["del"], ["Ethernet0", "unknown-multicast"], obj = obj)
71+
result = runner.invoke(config.config.commands["interface"].commands["storm-control"].commands["del"], ["Ethernet0", "unknown-multicast"], obj = obj)
7272
print (result.exit_code)
7373
print (result.output)
7474
assert result.exit_code == 0

0 commit comments

Comments
 (0)