1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00

fix: update api-token-test

This commit is contained in:
Fredrik Oseberg 2023-12-07 12:25:53 +01:00
parent e442212b52
commit d74929958d
No known key found for this signature in database
GPG Key ID: 816A423246CADD4E

View File

@ -35,7 +35,7 @@ test('should not do anything if request does not contain a authorization', async
await func(req, undefined, cb);
expect(req.header).toHaveBeenCalledTimes(1);
expect(req.header).toHaveBeenCalledTimes(2);
expect(cb).toHaveBeenCalledTimes(1);
});