|
@@ -219,7 +219,7 @@ class ONURESTControllerTest extends WebTestCaseBase
|
|
|
$original->setWebservice($fakeWebService);
|
|
|
|
|
|
$this->getClient()->request('PATCH',
|
|
|
- $this->getUriPutDelete() . "apply/" . $json["id"] . "/administrative_state/active_to_suspend.json", array());
|
|
|
+ $this->getUriPutDelete() . $json["id"] . "/apply/administrative_state/active_to_suspend.json", array());
|
|
|
$response = $this->getClient()->getResponse();
|
|
|
|
|
|
$json = json_decode($response->getContent(), true);
|