Skip to content

Commit 74f3665

Browse files
authored
Update portstat_test.py
1 parent 58cc31a commit 74f3665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/portstat_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def test_multi_show_intf_counters_reminder(self, setup_ip_route_commands):
513513
show = setup_ip_route_commands
514514
runner = CliRunner()
515515
result = runner.invoke(
516-
show.cli.commands["int"].commands["counters"])
516+
show.cli.commands["interfaces"].commands["counters"])
517517
print("result = {}".format(result.output))
518518
assert result.exit_code == 0
519519
assert result.output == multi_asic_intf_counters_reminder

0 commit comments

Comments
 (0)