0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 15:03:07 +00:00
This commit is contained in:
G.Ambatte
2023-06-25 17:13:37 +12:00
parent e5ef0aedd3
commit 4c6de90d82

View File

@@ -197,7 +197,7 @@ describe('Tests for api', ()=>{
err = e; err = e;
} }
expect(err).toEqual({ HBErrorCode: '03', message: 'User is not an Author', name: 'Access Error', status: 403 }); expect(err).toEqual({ HBErrorCode: '03', authors: ['a'], message: 'User is not an Author', name: 'Access Error', status: 401 });
}); });
it('does not throw if no authors', async ()=>{ it('does not throw if no authors', async ()=>{