1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-21 18:11:10 +00:00

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);
}