diff --git a/tests/ipfwd/test_dir_bcast.py b/tests/ipfwd/test_dir_bcast.py index 4976d466ff5..0a33a6ebd96 100644 --- a/tests/ipfwd/test_dir_bcast.py +++ b/tests/ipfwd/test_dir_bcast.py @@ -8,7 +8,7 @@ pytest.mark.topology('t0') ] -def test_dir_bcast(duthosts, rand_one_dut_hostname, ptfhost, tbinfo, fib): +def test_dir_bcast(duthosts, rand_one_dut_hostname, ptfhost, tbinfo): duthost = duthosts[rand_one_dut_hostname] support_testbed_types = frozenset(['t0', 't0-16', 't0-52', 't0-56', 't0-64', 't0-64-32', 't0-116']) testbed_type = tbinfo['topo']['name']