mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test(ui): drop the vacuous access_token assertion from the preview invalidation test
The staged access token never reaches formValues (it is not a registered form field), so the assertion could not fail; the DCR client pair is the leak the test actually pins, proven by the mutation run
This commit is contained in:
parent
c75184bec9
commit
e720b5e25a
1 changed files with 0 additions and 1 deletions
|
|
@ -744,7 +744,6 @@ describe("CreateMCPServer", () => {
|
|||
for (const call of vi.mocked(networking.testMCPToolsListRequest).mock.calls) {
|
||||
expect(call[1]?.credentials?.client_id).not.toBe("client-a");
|
||||
expect(call[1]?.credentials?.client_secret).not.toBe("secret-a");
|
||||
expect(call[1]?.credentials?.access_token).not.toBe("stale-tok");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue