diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-03-15 18:50:13 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-03-16 22:22:12 +0100 |
commit | 0d3043a29c4aba541d6a18c2d5cc7ebffc6ddc78 (patch) | |
tree | 2d33ffeba77ae33b6be24cda60eaf7007a53c96c /src/Wallabag/ApiBundle/Tests/Controller | |
parent | 3500d4099f88f7db22eba42fdb7e8926f1f1cdac (diff) | |
download | wallabag-0d3043a29c4aba541d6a18c2d5cc7ebffc6ddc78.tar.gz wallabag-0d3043a29c4aba541d6a18c2d5cc7ebffc6ddc78.tar.zst wallabag-0d3043a29c4aba541d6a18c2d5cc7ebffc6ddc78.zip |
fix api properties and typo
Diffstat (limited to 'src/Wallabag/ApiBundle/Tests/Controller')
-rw-r--r-- | src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php b/src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php index 2e78d8b2..f5a9748c 100644 --- a/src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php +++ b/src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php | |||
@@ -188,8 +188,8 @@ class WallabagRestControllerTest extends WallabagApiTestCase | |||
188 | { | 188 | { |
189 | $this->client->request('POST', '/api/entries.json', array( | 189 | $this->client->request('POST', '/api/entries.json', array( |
190 | 'url' => 'http://www.lemonde.fr/idees/article/2016/02/08/preserver-la-liberte-d-expression-sur-les-reseaux-sociaux_4861503_3232.html', | 190 | 'url' => 'http://www.lemonde.fr/idees/article/2016/02/08/preserver-la-liberte-d-expression-sur-les-reseaux-sociaux_4861503_3232.html', |
191 | 'archive' => true, | 191 | 'archive' => 'true', |
192 | 'starred' => true, | 192 | 'starred' => 'true', |
193 | )); | 193 | )); |
194 | 194 | ||
195 | $this->assertEquals(200, $this->client->getResponse()->getStatusCode()); | 195 | $this->assertEquals(200, $this->client->getResponse()->getStatusCode()); |