Skip to content

Commit 790e9af

Browse files
Add logging for test_image_tag_and_volume (#6595)
1 parent 750fd46 commit 790e9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/tests/createami/test_createami.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def _test_image_tag_and_volume(image):
393393
)
394394
.get("Images")
395395
)
396-
logging.info(image_list)
396+
logging.info(f"Image List: {image_list}, length {len(image_list)}")
397397
assert_that(len(image_list)).is_equal_to(1)
398398

399399
created_image = image_list[0]

0 commit comments

Comments
 (0)