summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-07 17:49:58 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-07 17:49:58 +0100
commit99b38506e8fcbb0e5aa17cc238d34c6dcbf6cd99 (patch)
treebf8d9d91bf24e1bb18b6b9ec7e743fb4ebd95e86 /tests
parentc91a32982d0df1c0e1acc0d5ac8cca7dfb6cc63f (diff)
remove lastmodified and etag from api
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/db/FeedTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/db/FeedTest.php b/tests/unit/db/FeedTest.php
index dd0c52da5..4a91acc2f 100644
--- a/tests/unit/db/FeedTest.php
+++ b/tests/unit/db/FeedTest.php
@@ -44,8 +44,6 @@ class FeedTest extends \PHPUnit_Framework_TestCase {
'added' => 123,
'folderId' => 1,
'unreadCount' => 321,
- 'lastModified' => 44,
- 'etag' => 45,
'link' => 'https://www.google.com/some/weird/path'
], $feed->toAPI());
}