diff --git a/server/tests/routes/auth.test.js b/server/tests/routes/auth.test.js index ad931d9..d614d05 100644 --- a/server/tests/routes/auth.test.js +++ b/server/tests/routes/auth.test.js @@ -317,7 +317,7 @@ describe('Auth Routes', () => { expect(response.status).to.equal(403); expect(response.body.success).to.be.false; - expect(response.body.message).to.include('IP address not allowed'); + expect(response.body.message).to.include('Access denied. Your IP address is not'); }); });