Skip to content

Commit

Permalink
dependencies fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j-guyon committed Jan 4, 2016
1 parent 5737a2e commit 364c275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Controller/ListControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function testMonitorWithErrors()

// One command is locked in fixture (2), another have a -1 return code as lastReturn (4)
$client->request('GET', '/command-scheduler/monitor');
$this->assertEquals(Response::HTTP_EXPECTATION_FAILED, $client->getResponse()->getStatusCode());
$this->assertEquals(417, $client->getResponse()->getStatusCode());

$jsonResponse = $client->getResponse()->getContent();
$jsonArray = json_decode($jsonResponse,true);
Expand Down

0 comments on commit 364c275

Please sign in to comment.