Skip to content

Commit 91c6bc6

Browse files
committed
Add new displaying message to test expectation
Updated the Test_createRun test to expect a message indicating that session logs are being displayed for the job
1 parent a78bb5e commit 91c6bc6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/cmd/agent-task/create/create_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ func Test_createRun(t *testing.T) {
488488
}
489489
},
490490
wantStdout: heredoc.Doc(`
491+
Displaying session logs for job job123. Press Ctrl+C to stop.
491492
(rendered:) <raw-logs-one>
492493
(rendered:) <raw-logs-two>
493494
`),

0 commit comments

Comments
 (0)