Merge branch 'project-config-to-json' of github.com:stackframe-projects/stack into project-config-to-json

This commit is contained in:
Zai Shi 2025-07-31 15:01:44 -07:00
commit 40db4e2ff0

View File

@ -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,