Skip to content

Commit edeb92d

Browse files
test(aider): update test to verify app status slug is set correctly in the screen session
1 parent e91140a commit edeb92d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

aider/main.test.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,10 @@ describe("aider", async () => {
147147
true,
148148
);
149149

150-
// Verify logging to the aider log file
151-
expect(instance.script.includes('| tee -a "$HOME/.aider.log"')).toBe(true);
150+
// Verify the app status slug is properly set in the screen session
151+
expect(
152+
instance.script.includes('export CODER_MCP_APP_STATUS_SLUG=\\"aider\\"'),
153+
).toBe(true);
152154

153155
// Verify the output shows the right message for screen session
154156
expect(

0 commit comments

Comments
 (0)