From ea4a8cf9e95be79dddabae31545f0af29e3cd6b8 Mon Sep 17 00:00:00 2001 From: Jack Lin Date: Thu, 14 Dec 2023 15:01:43 +0800 Subject: [PATCH] fix: fix pylint error Signed-off-by: Jack Lin --- manager/integration/tests/test_backing_image.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manager/integration/tests/test_backing_image.py b/manager/integration/tests/test_backing_image.py index af1544e2e2..d4eccd3a05 100644 --- a/manager/integration/tests/test_backing_image.py +++ b/manager/integration/tests/test_backing_image.py @@ -638,10 +638,9 @@ def test_volume_wait_for_backing_image_conditino(): # NOQA Test the volume condition "WaitForBackingImage" Given - - Create a BackingImage + - Create a BackingImage When - - - Creating the Volume with the BackingImage while it is still in progress Then