Skip to content

Commit

Permalink
make App tests happy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Dec 23, 2024
1 parent 608f422 commit 70d7b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('App', () => {
return HttpResponse.json({ data: {} })
}),
graphql.query('HasAdmins', () => {
return HttpResponse.json({ data: {} })
return HttpResponse.json({ data: { config: null } })
}),
graphql.query('owner', () => {
return HttpResponse.json({ data: { owner: { isAdmin: true } } })
Expand Down

0 comments on commit 70d7b96

Please sign in to comment.