mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Update apps/e2e/tests/backend/endpoints/api/v1/internal/config-overrides.test.ts
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
This commit is contained in:
parent
5a05e017d7
commit
9e5a049f25
@ -331,7 +331,7 @@ it("doesn't allow duplicated oauth ids", async ({ expect }) => {
|
||||
`);
|
||||
});
|
||||
|
||||
it("misconfigures oauth config", async ({ expect }) => {
|
||||
it("returns an error when the oauth config is misconfigured", async ({ expect }) => {
|
||||
const { adminAccessToken } = await Project.createAndSwitch({
|
||||
config: {
|
||||
magic_link_enabled: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user