Skip to content

Commit

Permalink
Signed-off-by: tooptoop4 <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
tooptoop4 authored Nov 5, 2024
1 parent 2161621 commit 522f29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/workflow/workflow_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ func TestPodLogs(t *testing.T) {
err := server.PodLogs(&workflowpkg.WorkflowLogRequest{
Name: "hello-world-9tql2",
Namespace: "workflows",
LogOptions: &corev1.PodLogOptions{},
LogOptions: &corev1.PodLogOptions{Container: "main"},
}, &testPodLogsServer{testServerStream{ctx}})
assert.NoError(t, err)
}()
Expand Down

0 comments on commit 522f29d

Please sign in to comment.