Skip to content

Commit

Permalink
Remove unused fixture
Browse files Browse the repository at this point in the history
Signed-off-by: Zhaohui Sun <[email protected]>
  • Loading branch information
ZhaohuiS committed May 17, 2024
1 parent ff96e26 commit 6236e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generic_config_updater/test_cacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def disable_port_toggle(duthosts, tbinfo):


@pytest.fixture(autouse=True)
def setup_env(duthosts, rand_one_dut_hostname, tbinfo):
def setup_env(duthosts, rand_one_dut_hostname):
"""
Setup/teardown fixture for acl config
Args:
Expand Down

0 comments on commit 6236e97

Please sign in to comment.