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
This commit is contained in:
parent
a78bb5e899
commit
91c6bc609a
1 changed files with 1 additions and 0 deletions
|
|
@ -488,6 +488,7 @@ func Test_createRun(t *testing.T) {
|
|||
}
|
||||
},
|
||||
wantStdout: heredoc.Doc(`
|
||||
Displaying session logs for job job123. Press Ctrl+C to stop.
|
||||
(rendered:) <raw-logs-one>
|
||||
(rendered:) <raw-logs-two>
|
||||
`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue