Skip to content

Commit

Permalink
chore: force failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSlome committed Mar 22, 2024
1 parent 2f9e8a6 commit 98bdadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/1.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('init', async () => {
});

it('should not be logged in', async function () {
const res = await chai.request(app).get('/auth/profile');
const res = await chai.request(app).get('/abc/auth/profile');

res.should.have.status(401);
});
Expand Down

0 comments on commit 98bdadb

Please sign in to comment.