Skip to content

Commit 8e00266

Browse files
committed
Fix test
1 parent f913d75 commit 8e00266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Endpoints/RecipientsApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public function test_create_or_update_by_phoneNumber_recipient()
200200

201201
$api->shouldReceive('post')
202202
->with(
203-
'/lists/foobar/recipients?countryCode=45&phoneNumber=12345678',
203+
'/lists/foobar/recipients/byNumber?countryCode=45&phoneNumber=12345678',
204204
$recipient->toArray(),
205205
)
206206
->andReturn(new Response($this->validRecipientResponse(), 200))

0 commit comments

Comments
 (0)