diff --git a/test/1.test.js b/test/1.test.js index 94e4e80a..b95a80ba 100644 --- a/test/1.test.js +++ b/test/1.test.js @@ -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); });