Skip to content

Commit 5a5bfaf

Browse files
committed
Fix test
1 parent f757fca commit 5a5bfaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Controllers/WebhooksControllerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ public function testUpdateWebhook1()
6464
// Parameters for the API call
6565
$webhookId = 'a7f11bb0-f299-4861-a5ca-9b29d04bc5ad';
6666
$body = TestHelper::getJsonMapper()->mapClass(json_decode(
67-
" { \"url\": \"https://myurl.com\", \"method\": \"POST\", \"encoding\": \"FOR" .
67+
' { \"url\": \"https://myurl.com\", \"method\": \"POST\", \"encoding\": \"FOR" .
6868
"M_ENCODED\", \"events\": [ \"ENROUTE_DR\" ], \"template\": \"{\\\"id" .
69-
"\\\":\\\"$mtId\\\", \\\"status\\\":\\\"$statusCode\\\"}\" }"),
69+
"\\\":\\\"$mtId\\\", \\\"status\\\":\\\"$statusCode\\\"}\" }'),
7070
'MessageMediaWebhooksLib\\Models\\UpdateWebhookRequest'
7171
);
7272

0 commit comments

Comments
 (0)