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 00f6cf4 commit 8b7fd2cCopy full SHA for 8b7fd2c
services/autoscaling/tests/unit/test_utils_warm_buffer_machines.py
@@ -170,7 +170,7 @@ def test_dump_load_pre_pulled_images_as_tags(
170
images: list[DockerGenericTag], expected_tags: EC2Tags
171
):
172
assert dump_pre_pulled_images_as_tags(images) == expected_tags
173
- assert load_pre_pulled_images_from_tags(expected_tags) == images
+ assert load_pre_pulled_images_from_tags(expected_tags) == sorted(images)
174
175
176
def test_load_pre_pulled_images_as_tags_no_tag_present_returns_empty_list(faker: Faker):
0 commit comments