Skip to content

Commit

Permalink
update method call NewDockerClient (#27183)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten authored Sep 25, 2023
1 parent 1fb547d commit 96f5e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/observer/dockerobserver/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestObserverUpdatesEndpointsIntegration(t *testing.T) {
}
require.True(t, found, "No nginx container found")

tcDockerClient, err := testcontainers.NewDockerClient()
tcDockerClient, err := testcontainers.NewDockerClientWithOpts(ctx)
require.Nil(t, err)

require.NoError(t, tcDockerClient.ContainerRename(context.Background(), container.GetContainerID(), "nginx-updated"))
Expand Down

0 comments on commit 96f5e71

Please sign in to comment.