Skip to content

Commit

Permalink
update 0001_activate_test.py - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Sep 22, 2024
1 parent e644ca6 commit 48c254e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional_tests/0001_activate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@require_zpool
def test_activate(zpool, prefix, invoke_cli, zfs):
args = [zpool]
if prefix != '';
if prefix != '':
args.extend(['-p', prefix])
invoke_cli(
['activate', *args]
Expand Down

0 comments on commit 48c254e

Please sign in to comment.