Skip to content

Commit

Permalink
Add logging for test_image_tag_and_volume (#6595)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreambeyondorange authored Dec 6, 2024
1 parent 750fd46 commit 790e9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration-tests/tests/createami/test_createami.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def _test_image_tag_and_volume(image):
)
.get("Images")
)
logging.info(image_list)
logging.info(f"Image List: {image_list}, length {len(image_list)}")
assert_that(len(image_list)).is_equal_to(1)

created_image = image_list[0]
Expand Down

0 comments on commit 790e9af

Please sign in to comment.