Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anantjain45823 committed Oct 4, 2023
1 parent 3b4247e commit b239d6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integrations/testUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const addMock = (mock: MockAdapter, axiosMock: MockHttpCallsData) => {
break;
}
};

export const overrideDestination = (destination, overrideConfigValues) => {
return Object.assign({}, destination, {
Config: { ...destination.Config, ...overrideConfigValues },
Expand Down

0 comments on commit b239d6d

Please sign in to comment.