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.] `); }); });