Skip to content

Commit

Permalink
[TASK] Fix fragility in gretel-client test
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 19525702adfad66eec1438d97ff924a2b8479087
  • Loading branch information
mckornfield committed Sep 30, 2024
1 parent f378368 commit 30a5189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gretel_client/test_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def test_docker_pull_progress(get_fixture: Callable):

def test_container(request):
c = Container(
image="hello-world:latest",
image="public.ecr.aws/gretelai/container-utils:system-check",
auth_strategy=None,
params=[],
params=["echo", "Hello from Docker!"],
remove=False,
detach=True,
)
Expand Down

0 comments on commit 30a5189

Please sign in to comment.