diff --git a/packages/destination-actions/src/destinations/movable-ink/sendEntireEvent/__tests__/index.test.ts b/packages/destination-actions/src/destinations/movable-ink/sendEntireEvent/__tests__/index.test.ts index b599b73583..b752792e87 100644 --- a/packages/destination-actions/src/destinations/movable-ink/sendEntireEvent/__tests__/index.test.ts +++ b/packages/destination-actions/src/destinations/movable-ink/sendEntireEvent/__tests__/index.test.ts @@ -29,7 +29,7 @@ const event = createTestEvent({ describe('MovableInk.sendEntireEvent', () => { it('should send entire payload to Movable Ink', async () => { - nock(settings.movable_ink_url as string) + nock(settings.movable_ink_url) .post(/.*/) .reply(200)