mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-19 21:32:20 +03:00
test(sse): pin retired designer web dispatch
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user