Skip to content

Commit 58d675e

Browse files
committed
fix: fix tests
1 parent ace0930 commit 58d675e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/coder-labs/modules/codex/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ describe("codex", async () => {
265265
`cat /home/coder/.codex-module/agentapi-start.log`,
266266
]);
267267
expect(resp.stdout).toContain(
268-
`Every step of the way, report tasks to Coder with proper descriptions and statuses. Your task at hand: ${prompt}`,
268+
`Complete the task at hand and at every step of the way, report tasks to Coder with proper summary and statuses. Your task at hand: ${prompt}`,
269269
);
270270
});
271271

0 commit comments

Comments
 (0)