Skip to content

Commit

Permalink
Revert "[TASK] Fix fragility in gretel-client test "
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ec5d6654d8c4dae1c7266ca543b437f53e1fdbff
  • Loading branch information
mckornfield committed Oct 3, 2024
1 parent 3e24bb1 commit 4f42276
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="public.ecr.aws/gretelai/container-utils:system-check",
image="hello-world:latest",
auth_strategy=None,
params=["echo", "Hello from Docker!"],
params=[],
remove=False,
detach=True,
)
Expand Down

0 comments on commit 4f42276

Please sign in to comment.