Fix tests

This commit is contained in:
Jeremy
2015-04-01 21:53:57 +02:00
parent 769e19dc4a
commit 9744e97131
4 changed files with 11 additions and 11 deletions

View File

@ -397,7 +397,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
);
$this->assertEquals(200, $client->getResponse()->getStatusCode());
$content = json_decode($client->getResponse()->getContent(), true);;
$content = json_decode($client->getResponse()->getContent(), true);
$this->assertArrayHasKey('token', $content);
}