Skip to content

Commit 6263d9e

Browse files
committed
LLM-25262 Test data update for the api key auth test
1 parent 4785f42 commit 6263d9e

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/__tests__/CodexACPAgent/data/auth-with-key.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,22 @@
4848
"persistExtendedHistory": false
4949
}
5050
}
51+
{
52+
"eventType": "notification",
53+
"method": "thread/status/changed",
54+
"params": {
55+
"threadId": "threadId",
56+
"status": {
57+
"type": "idle"
58+
}
59+
},
60+
"jsonrpc": "2.0"
61+
}
5162
{
5263
"eventType": "response",
5364
"thread": "thread",
5465
"model": "model",
5566
"modelProvider": "openai",
56-
"serviceTier": null,
5767
"cwd": "cwd",
5868
"approvalPolicy": "on-request",
5969
"sandbox": "sandbox",

0 commit comments

Comments
 (0)