From a4ed62f0ec9e6fe057afdbba741ea56b8e6d656e Mon Sep 17 00:00:00 2001 From: Ben White Date: Thu, 28 Mar 2024 16:20:56 +0100 Subject: [PATCH] fix test --- .../ingestion/event-pipeline/event-pipeline-integration.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-server/tests/worker/ingestion/event-pipeline/event-pipeline-integration.test.ts b/plugin-server/tests/worker/ingestion/event-pipeline/event-pipeline-integration.test.ts index 0b2005a1dc4cb9..ddca28ffe0117e 100644 --- a/plugin-server/tests/worker/ingestion/event-pipeline/event-pipeline-integration.test.ts +++ b/plugin-server/tests/worker/ingestion/event-pipeline/event-pipeline-integration.test.ts @@ -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/', {