mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
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:
parent
d358f42dd0
commit
4de242c126
@ -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.]
|
||||
`);
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user