Skip to content

Commit f913d75

Browse files
committed
Fix failing test
1 parent 29071d4 commit f913d75

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',
203+
'/lists/foobar/recipients?countryCode=45&phoneNumber=12345678',
204204
$recipient->toArray(),
205205
)
206206
->andReturn(new Response($this->validRecipientResponse(), 200))

0 commit comments

Comments
 (0)