Skip to content

Commit

Permalink
Fixing linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment authored Nov 1, 2023
1 parent 3d539b1 commit d995b53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d995b53

Please sign in to comment.