Fix jwt-token

This commit is contained in:
2025-09-16 20:52:43 +02:00
parent 2d8a8ba918
commit 20a191633b

View File

@@ -279,7 +279,7 @@ describe('IP Restriction Middleware', () => {
await ipRestriction.checkIPRestriction(req, res, next);
expect(consoleLogSpy.calledWith(sinon.match(/🚫.*IP restriction/))).to.be.true;
expect(consoleLogSpy.calledWith(sinon.match(/🚫.*IP Access Denied/))).to.be.true;
consoleLogSpy.restore();
});