fix(hexclave): update redirect-urls snapshot for shortened HexclaveAssertionError suffix

Companion to ff44d4ec3 — that commit shortened the disclaimer from
'...error in Hexclave (formerly Stack Auth).' to '...error in Hexclave.'
and updated the url-targets test snapshots, but missed the matching
inline snapshot in apps/backend/src/lib/redirect-urls.test.tsx. The test
suite passes after the update (33/33).
This commit is contained in:
Bilal Godil 2026-05-26 10:35:26 -07:00
parent d358f42dd0
commit 4de242c126

View File

@ -92,7 +92,7 @@ describe('validateRedirectUrl', () => {
.toThrowErrorMatchingInlineSnapshot(`
[HexclaveAssertionError: The hosted handler URL template must put {projectId} in the hostname.
This is likely an error in Hexclave (formerly Stack Auth). Please make sure you are running the newest version and report it.]
This is likely an error in Hexclave. Please make sure you are running the newest version and report it.]
`);
});
});