File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public function createContactList_CalledWithBusinessAreaId_PassesBusinessAreaId(
5252 ->expects ($ this ->once ())
5353 ->method ('post ' )
5454 ->with (
55- "api_base_url/ $ this ->customerId /contactlist?business_area_id= $ businessAreaId " ,
55+ "api_base_url/ $ this ->customerId /contactlist/ ?business_area_id= $ businessAreaId " ,
5656 [
5757 'name ' => $ this ->listName ,
5858 'key_id ' => 'id ' ,
@@ -135,7 +135,7 @@ public function getContactLists_CalledWithBusinessAreaId_PassesBusinessAreaId():
135135 $ this ->apiClient
136136 ->expects ($ this ->once ())
137137 ->method ('get ' )
138- ->with ("api_base_url/ $ this ->customerId /contactlist?business_area_id= $ businessAreaId " )
138+ ->with ("api_base_url/ $ this ->customerId /contactlist/ ?business_area_id= $ businessAreaId " )
139139 ->willReturn ($ this ->apiSuccess ($ contactLists ));
140140
141141 $ this ->listService ->getContactLists ($ this ->customerId , $ businessAreaId );
You can’t perform that action at this time.
0 commit comments