chore: Move admin invites + user tests to HTTP (#7596)

This commit is contained in:
Oli Juhl
2024-06-04 10:53:01 +02:00
committed by GitHub
parent c38f6d07c2
commit ce40fe88f5
6 changed files with 261 additions and 622 deletions

View File

@@ -47,4 +47,6 @@ export const createAdminUser = async (
)
adminHeaders.headers["authorization"] = `Bearer ${token}`
return { user }
}