From 354841b3bc6e1675372bb366d666b1c9f6cf39a5 Mon Sep 17 00:00:00 2001 From: Tushar Pandey Date: Mon, 2 Sep 2024 10:56:27 +0530 Subject: [PATCH] fix linting issue --- test/management/organizations.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`, },