chore: TemplatesPage tests failing on M1 (#5088)

This commit is contained in:
Marcin Tojek
2022-11-15 19:45:01 +01:00
committed by GitHub
parent e68923fa36
commit eda7c66896
@@ -24,7 +24,7 @@ describe("TemplatesPage", () => {
return res(ctx.status(200), ctx.json([]))
},
),
rest.post("/api/v2/authcheck", async (req, res, ctx) => {
rest.post("/api/v2/authcheck", (req, res, ctx) => {
return res(
ctx.status(200),
ctx.json({
@@ -57,7 +57,7 @@ describe("TemplatesPage", () => {
return res(ctx.status(200), ctx.json([]))
},
),
rest.post("/api/v2/authcheck", async (req, res, ctx) => {
rest.post("/api/v2/authcheck", (req, res, ctx) => {
return res(
ctx.status(200),
ctx.json({