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:
Kynan Ware 2025-10-07 23:37:43 -06:00
parent a78bb5e899
commit 91c6bc609a

View file

@ -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>
`),