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