Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharpandey13 committed Sep 9, 2024
1 parent 256b7e1 commit 354841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/management/organizations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
},
Expand Down

0 comments on commit 354841b

Please sign in to comment.