We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f757fca commit 5a5bfafCopy full SHA for 5a5bfaf
tests/Controllers/WebhooksControllerTest.php
@@ -64,9 +64,9 @@ public function testUpdateWebhook1()
64
// Parameters for the API call
65
$webhookId = 'a7f11bb0-f299-4861-a5ca-9b29d04bc5ad';
66
$body = TestHelper::getJsonMapper()->mapClass(json_decode(
67
- " { \"url\": \"https://myurl.com\", \"method\": \"POST\", \"encoding\": \"FOR" .
+ ' { \"url\": \"https://myurl.com\", \"method\": \"POST\", \"encoding\": \"FOR" .
68
"M_ENCODED\", \"events\": [ \"ENROUTE_DR\" ], \"template\": \"{\\\"id" .
69
- "\\\":\\\"$mtId\\\", \\\"status\\\":\\\"$statusCode\\\"}\" }"),
+ "\\\":\\\"$mtId\\\", \\\"status\\\":\\\"$statusCode\\\"}\" }'),
70
'MessageMediaWebhooksLib\\Models\\UpdateWebhookRequest'
71
);
72
0 commit comments