From aca10fd8c223c71adafa5da74cda6b8ad7a5cd01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Fri, 29 Sep 2023 11:54:32 +0100 Subject: [PATCH] fix: Update API tests --- api.planx.uk/modules/team/service.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api.planx.uk/modules/team/service.test.ts b/api.planx.uk/modules/team/service.test.ts index 34d0b4cca3..2fba0d633e 100644 --- a/api.planx.uk/modules/team/service.test.ts +++ b/api.planx.uk/modules/team/service.test.ts @@ -40,7 +40,6 @@ describe("TeamService", () => { getStoreMock.mockReturnValue({ user: { sub: "123", - email: "test@opensystemslab.io", jwt: getJWT({ role: "teamEditor" }), }, });