We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750fd46 commit 790e9afCopy full SHA for 790e9af
tests/integration-tests/tests/createami/test_createami.py
@@ -393,7 +393,7 @@ def _test_image_tag_and_volume(image):
393
)
394
.get("Images")
395
396
- logging.info(image_list)
+ logging.info(f"Image List: {image_list}, length {len(image_list)}")
397
assert_that(len(image_list)).is_equal_to(1)
398
399
created_image = image_list[0]
0 commit comments