Skip to content

Commit

Permalink
dont show why an initFirstItem request failed
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Feb 3, 2025
1 parent 6d2c0d0 commit a921f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api-tests/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ describe('Auth testing', () => {
expectInternalServerError(body.errors, [
{
path: ['createInitialUser'],
message: 'Initial items can only be created when no items exist in that list',
message: 'Unexpected error value: \"Authentication failed.\"',
},
])
expect(body.data).toEqual(null)
Expand Down

0 comments on commit a921f3e

Please sign in to comment.