Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Mar 28, 2024
1 parent 55ec8f8 commit a4ed62f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe('Event Pipeline integration test', () => {
await ingestEvent(event)

const expectedPayload = {
text: '[Test Action](https://example.com/project/2/action/69) was triggered by [abc](https://example.com/person/abc)',
text: '[Test Action](https://example.com/project/2/action/69) was triggered by [abc](https://example.com/project/2/person/abc)',
}

expect(fetch).toHaveBeenCalledWith('https://webhook.example.com/', {
Expand Down

0 comments on commit a4ed62f

Please sign in to comment.