Merge pull request #2098 from wallabag/cs-2092

CS
This commit is contained in:
Nicolas Lœuillet 2016-05-19 09:18:16 +02:00
commit 151f046f61
1 changed files with 3 additions and 4 deletions

View File

@ -510,5 +510,4 @@ class WallabagRestControllerTest extends WallabagApiTestCase
$this->assertEquals(true, $content['is_starred']); $this->assertEquals(true, $content['is_starred']);
} }
} }