Skip to content

Commit

Permalink
update - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Nov 17, 2024
1 parent 804379a commit cecc3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def jail_ip(request):
return request.config.getoption('--jail_ip')

@pytest.fixture
def nobridge_jail_ipjail_ip(request):
def nobridge_jail_ip(request):
"""Specify a jail ip to use."""
return request.config.getoption('--nobridge_jail_ip')

Expand Down
2 changes: 1 addition & 1 deletion tests/functional_tests/0004_start_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

require_root = pytest.mark.require_root
require_zpool = pytest.mark.require_zpool
require_nobridge_jail_ip = pytest.mark.require_nobridge_jail_ipjail_ip
require_nobridge_jail_ip = pytest.mark.require_nobridge_jail_ip


@require_root
Expand Down

0 comments on commit cecc3ab

Please sign in to comment.