Skip to content

Commit

Permalink
chore: minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepdsvs committed Apr 1, 2024
1 parent cb5114d commit 7ae44ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/integrations/destinations/twitter_ads/processor/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -900,10 +900,5 @@ export const data = [
jest
.spyOn(twUtil, 'getAuthHeaderForRequest')
.mockReturnValueOnce({ Authorization: authHeaderConstant });
// jest.mock('../../../../../src/v0/destinations/twitter_ads/util', () => ({
// getAuthHeaderForRequest: (_a, _b) => {
// return { Authorization: authHeaderConstant };
// },
// }));
},
}));

0 comments on commit 7ae44ff

Please sign in to comment.