diff options
Diffstat (limited to 'Twilio/Tests/Integration/Notifications/V1/Service/NotificationTest.php')
-rw-r--r-- | Twilio/Tests/Integration/Notifications/V1/Service/NotificationTest.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Twilio/Tests/Integration/Notifications/V1/Service/NotificationTest.php b/Twilio/Tests/Integration/Notifications/V1/Service/NotificationTest.php index 64666ab..0b1e7cd 100644 --- a/Twilio/Tests/Integration/Notifications/V1/Service/NotificationTest.php +++ b/Twilio/Tests/Integration/Notifications/V1/Service/NotificationTest.php @@ -52,7 +52,9 @@ class NotificationTest extends HolodeckTestCase { "action": null, "data": null, "apn": null, - "gcm": null + "gcm": null, + "sms": null, + "facebook_messenger": null } ' )); |