Skip to content

Commit

Permalink
Fix params
Browse files Browse the repository at this point in the history
Signed-off-by: joshvanl <[email protected]>
  • Loading branch information
JoshVanL committed Jul 18, 2024
1 parent 5679fb4 commit 34b8354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/standalone/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ func verifyTCPLocalhost(t *testing.T, name string, port int) {
cli, err := dockerClient.NewClientWithOpts(dockerClient.FromEnv)
require.NoError(t, err)

logs, err := cli.ContainerLogs(ctx, types.ContainerLogsOptions{
logs, err := cli.ContainerLogs(context.Background(), name, types.ContainerLogsOptions{
ShowStdout: true,
ShowStderr: true,
})
Expand Down

0 comments on commit 34b8354

Please sign in to comment.