From 91c6bc609a8a324fe7c984d631791a574b7ffeb8 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Tue, 7 Oct 2025 23:37:43 -0600 Subject: [PATCH] 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 --- pkg/cmd/agent-task/create/create_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/agent-task/create/create_test.go b/pkg/cmd/agent-task/create/create_test.go index ef7f529ac..aa02150ba 100644 --- a/pkg/cmd/agent-task/create/create_test.go +++ b/pkg/cmd/agent-task/create/create_test.go @@ -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:) (rendered:) `),