mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
test(codex): align beta6 fingerprint convergence
This commit is contained in:
@@ -265,9 +265,6 @@ describe("startOrResumeThread — user mcp.servers projection (regression: #8081
|
||||
expect(convergedBinding?.userMcpServersFingerprint).toMatch(/^sha256:[a-f0-9]{64}$/);
|
||||
expect(convergedBinding?.userMcpServersFingerprint).not.toContain("beta5-access-token");
|
||||
expect(convergedBinding?.userMcpServersFingerprint).not.toBe(legacyFingerprint);
|
||||
expect(convergedBinding?.userMcpServersFingerprint).not.toBe(
|
||||
hashCodexAppServerBindingFingerprint(legacyFingerprint),
|
||||
);
|
||||
|
||||
request.mockClear();
|
||||
await run();
|
||||
|
||||
Reference in New Issue
Block a user