diff --git a/test/management/organizations.test.ts b/test/management/organizations.test.ts index 0fb9eef0b..1ad799bce 100644 --- a/test/management/organizations.test.ts +++ b/test/management/organizations.test.ts @@ -1437,7 +1437,7 @@ describe('OrganizationsManager', () => { }); it('should include the token in the Authorization header', async () => { - const scope = nock(API_URL, { + nock(API_URL, { reqheaders: { authorization: `Bearer ${token}`, },