From c2011cf72258b21d0155d709f70fb2d8a6c24b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Th=C3=A9bault?= Date: Tue, 3 Sep 2024 20:53:33 +0900 Subject: [PATCH] fix typo in 0020_remove_snapshot_test.py --- tests/functional_tests/0020_remove_snapshot_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional_tests/0020_remove_snapshot_test.py b/tests/functional_tests/0020_remove_snapshot_test.py index cde8136c..1d2b0303 100644 --- a/tests/functional_tests/0020_remove_snapshot_test.py +++ b/tests/functional_tests/0020_remove_snapshot_test.py @@ -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: