Skip to content

Commit

Permalink
fix typo in 0020_remove_snapshot_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Sep 3, 2024
1 parent 1e19c0d commit c2011cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional_tests/0020_remove_snapshot_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_02_remove_snapshot_of_all_jails(
):
snap_jails.append(jail)

skip_test(not snap_jail)
skip_test(not snap_jails)

remove_snaps = []
for snap_jail in snap_jails:
Expand Down

0 comments on commit c2011cf

Please sign in to comment.