Skip to content

Commit

Permalink
fix: post migration to component tests remove optimizely mock from gl…
Browse files Browse the repository at this point in the history
…obal axios mock
  • Loading branch information
Sai Sankeerth committed Sep 25, 2023
1 parent 1b1a008 commit 7514d02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/__mocks__/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const { sendgridGetRequestHandler } = require("./sendgrid.mock");
const { sendinblueGetRequestHandler } = require("./sendinblue.mock");
const { courierGetRequestHandler } = require("./courier.mock");
const { brazePostRequestHandler } = require("./braze.mock");
const {optimizelyFullStackGetRequestHandler} = require("./optimizely_fullstack.mock");

const urlDirectoryMap = {
"api.hubapi.com": "hs",
Expand All @@ -55,7 +54,6 @@ const urlDirectoryMap = {
"api.sendinblue.com": "sendinblue",
"api.criteo.com": "criteo_audience",
"api.courier.com": "courier",
"cdn.optimizely.com": "optimizely_fullstack",
};

const fs = require("fs");
Expand Down

0 comments on commit 7514d02

Please sign in to comment.