test(sse): pin retired designer web dispatch

This commit is contained in:
diegosouzapw
2026-08-26 20:30:57 -03:00
parent eb98e3b065
commit 9f4b79ba7a

View File

@@ -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);