Skip to content

Commit b2adf35

Browse files
Increase the logging level to see hanging requests
Signed-off-by: Richard Wall <[email protected]>
1 parent 8b90a59 commit b2adf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/agent_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func TestAgentRunOneShot(t *testing.T) {
3333
"--agent-config-file=testdata/agent/one-shot/success/config.yaml",
3434
"--input-path=testdata/agent/one-shot/success/input.json",
3535
"--output-path=/dev/null",
36-
"-v=1",
36+
"-v=9",
3737
}
3838
Execute()
3939
return

0 commit comments

Comments
 (0)