diff --git a/src/hooks/atlas/index.test.ts b/src/hooks/atlas/index.test.ts index 73cfd067a..97a4bb3ac 100644 --- a/src/hooks/atlas/index.test.ts +++ b/src/hooks/atlas/index.test.ts @@ -549,10 +549,11 @@ session_id: ses_standalone_def output ) - // then - should include verification instructions + // then - should include verification instructions and task_id guidance expect(output.output).toContain("LYING") - expect(output.output).toContain("PHASE 1") - expect(output.output).toContain("PHASE 2") + expect(output.output).toContain("PHASE 1") + expect(output.output).toContain("PHASE 2") + expect(output.output).toContain("task_id") cleanupMessageStorage(sessionID) })