mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
test: update web-session-credentials to reflect veoaifree-web NOAUTH reclassification
veoaifree-web was moved from WEB_COOKIE_PROVIDERS to NOAUTH_PROVIDERS in PR #3090 — it no longer appears in WEB_SESSION_CREDENTIAL_REQUIREMENTS.
This commit is contained in:
@@ -33,12 +33,8 @@ test("web session credential metadata identifies cookie, token, and no-auth prov
|
||||
placeholder: "userToken=... or paste raw userToken",
|
||||
acceptsFullCookieHeader: false,
|
||||
});
|
||||
assert.deepEqual(webSessionCredentials.getWebSessionCredentialRequirement("veoaifree-web"), {
|
||||
kind: "none",
|
||||
credentialName: "",
|
||||
placeholder: "",
|
||||
acceptsFullCookieHeader: false,
|
||||
});
|
||||
// veoaifree-web is now a NOAUTH provider — not in WEB_SESSION_CREDENTIAL_REQUIREMENTS
|
||||
assert.equal(webSessionCredentials.getWebSessionCredentialRequirement("veoaifree-web"), null);
|
||||
assert.deepEqual(webSessionCredentials.getWebSessionCredentialRequirement("t3-web"), {
|
||||
kind: "cookie",
|
||||
credentialName: "convex-session-id + Cookie header",
|
||||
|
||||
Reference in New Issue
Block a user