mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-02 16:38:38 +00:00
Fix tests
This commit is contained in:
parent
769e19dc4a
commit
9744e97131
4 changed files with 11 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue