1
0
Fork 0
mirror of synced 2024-05-02 20:02:38 +12:00

Fix tests

This commit is contained in:
Jake Barnby 2024-03-13 16:36:16 +01:00
parent 2d03fc1ce0
commit d8e949a20d
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -61,7 +61,7 @@ class MessagingTest extends Scope
'name' => 'Ms91-1',
'senderId' => 'my-senderid',
'authKey' => 'my-authkey',
'from' => '+123456789'
'templateId' => '123456'
],
'Vonage' => [
'providerId' => ID::unique(),
@ -152,6 +152,7 @@ class MessagingTest extends Scope
'name' => 'Ms91-2',
'senderId' => 'my-senderid',
'authKey' => 'my-authkey',
'templateId' => '123456',
],
'Vonage' => [
'providerId' => $providers[6]['_id'],