diff --git a/tests/unit/provider-test-token-web-session-dispatch.test.ts b/tests/unit/provider-test-token-web-session-dispatch.test.ts index ec53577b42..0d60cd752f 100644 --- a/tests/unit/provider-test-token-web-session-dispatch.test.ts +++ b/tests/unit/provider-test-token-web-session-dispatch.test.ts @@ -47,6 +47,10 @@ test("every token-kind web session with a real token-aware validator uses the AP } }); +test("retired Microsoft Designer cannot regain the positive web-session test path", () => { + assert.equal(shouldUseApiKeyConnectionTest("cookie", "microsoft-designer-web"), false); +}); + test("other auth types are not broadened", () => { assert.equal(shouldUseApiKeyConnectionTest("oauth", "deepseek-web"), false);