Skip to content

Commit

Permalink
Revert back test assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed May 13, 2024
1 parent 417ef67 commit 3d64bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/albums-api.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('API /albums', () => {
newAlbum: albumData
});
const { status, body: { message } } = response;
expect(status).toBe(400);
expect(status).toBe(403);
expect(message).toContain(
'You do not have to permission to perform this action.');
});
Expand Down

0 comments on commit 3d64bc7

Please sign in to comment.