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 f913d75 commit 8e00266Copy full SHA for 8e00266
tests/Unit/Endpoints/RecipientsApiTest.php
@@ -200,7 +200,7 @@ public function test_create_or_update_by_phoneNumber_recipient()
200
201
$api->shouldReceive('post')
202
->with(
203
- '/lists/foobar/recipients?countryCode=45&phoneNumber=12345678',
+ '/lists/foobar/recipients/byNumber?countryCode=45&phoneNumber=12345678',
204
$recipient->toArray(),
205
)
206
->andReturn(new Response($this->validRecipientResponse(), 200))
0 commit comments