Update backend/src/graphql/resolver/AdminResolver.test.ts

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
Moriz Wahl 2022-04-28 11:20:44 +02:00 committed by GitHub
parent 51f8dfb89f
commit 77ae24d54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -366,7 +366,7 @@ describe('AdminResolver', () => {
}) })
describe('authenticated', () => { describe('authenticated', () => {
describe('with user rights', () => { describe('without admin rights', () => {
beforeAll(async () => { beforeAll(async () => {
user = await userFactory(testEnv, bibiBloxberg) user = await userFactory(testEnv, bibiBloxberg)
await query({ await query({