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:
diegosouzapw
2026-06-03 07:11:20 -03:00
parent 51d2ca8151
commit 42821ee620

View File

@@ -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",