fix(hexclave): update url-targets snapshots for shortened HexclaveAssertionError suffix

The HexclaveAssertionError disclaimer was simplified from
"...error in Hexclave (formerly Stack Auth)." to "...error in Hexclave."
but the inline snapshots in url-targets and redirect-urls tests still
expected the longer text. Updates the template source-of-truth; SDK
mirrors regenerate via the preinstall generate-sdks hook.
This commit is contained in:
Bilal Godil 2026-05-23 17:50:05 -07:00
parent d4f6f58735
commit ff44d4ec33
2 changed files with 4 additions and 4 deletions

View File

@ -243,7 +243,7 @@ import.meta.vitest?.test("getImplicitlyTrustedDomainsForProject rejects shared-o
})).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.]
`);
});

View File

@ -105,7 +105,7 @@ describe("handler URL targets", () => {
})).toThrowErrorMatchingInlineSnapshot(`
[HexclaveAssertionError: OAuth callback URLs must be relative.
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.]
`);
});
@ -118,7 +118,7 @@ describe("handler URL targets", () => {
})).toThrowErrorMatchingInlineSnapshot(`
[HexclaveAssertionError: OAuth callback URLs must be relative.
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.]
`);
});
@ -209,7 +209,7 @@ describe("handler URL targets", () => {
})).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.]
`);
});
});