diff options
Diffstat (limited to 'tests/Wallabag')
-rw-r--r-- | tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php b/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php index 5c7b988c..2e9b9305 100644 --- a/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php +++ b/tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php | |||
@@ -408,6 +408,7 @@ class EntryRestControllerTest extends WallabagApiTestCase | |||
408 | 408 | ||
409 | $this->assertSame($entry->getTitle(), $content['title']); | 409 | $this->assertSame($entry->getTitle(), $content['title']); |
410 | $this->assertSame($entry->getUrl(), $content['url']); | 410 | $this->assertSame($entry->getUrl(), $content['url']); |
411 | $this->assertSame($entry->getId(), $content['id']); | ||
411 | 412 | ||
412 | // We'll try to delete this entry again | 413 | // We'll try to delete this entry again |
413 | $this->client->request('DELETE', '/api/entries/' . $entry->getId() . '.json'); | 414 | $this->client->request('DELETE', '/api/entries/' . $entry->getId() . '.json'); |