Skip to content

Commit 16b6c92

Browse files
author
Andrei Neagu
committed
pulling smaller images
1 parent a87220f commit 16b6c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/tests/fastapi/test_docker_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ async def test_pull_image(
185185

186186
@pytest.mark.parametrize(
187187
"image",
188-
["nginx:latest", "busybox:latest"],
188+
["alpine:latest", "busybox:latest"],
189189
)
190190
async def test_pull_image_without_layer_information(
191191
remove_images_from_host: Callable[[list[str]], Awaitable[None]],

0 commit comments

Comments
 (0)