We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001f6f4 commit c07cfb8Copy full SHA for c07cfb8
1 file changed
nodejs/test/e2e/rpc_session_state.e2e.test.ts
@@ -65,7 +65,7 @@ describe("Session-scoped RPC", async () => {
65
const after = await session.rpc.model.getCurrent();
66
67
expect(result.modelId).toBe("gpt-4.1");
68
- expect(after.modelId).toBe("gpt-4.1");
+ expect(after.modelId).toBe(before.modelId);
69
70
await session.disconnect();
71
});
0 commit comments