From 4de242c126e3f67fb7ec4df051295d33397b3225 Mon Sep 17 00:00:00 2001 From: Bilal Godil Date: Tue, 26 May 2026 10:35:26 -0700 Subject: [PATCH] fix(hexclave): update redirect-urls snapshot for shortened HexclaveAssertionError suffix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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). --- apps/backend/src/lib/redirect-urls.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/src/lib/redirect-urls.test.tsx b/apps/backend/src/lib/redirect-urls.test.tsx index ccc7b9acb..61ad1c5b2 100644 --- a/apps/backend/src/lib/redirect-urls.test.tsx +++ b/apps/backend/src/lib/redirect-urls.test.tsx @@ -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.] `); }); });