From 99b38506e8fcbb0e5aa17cc238d34c6dcbf6cd99 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 7 Nov 2014 17:49:58 +0100 Subject: remove lastmodified and etag from api --- tests/unit/db/FeedTest.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') 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()); } -- cgit v1.2.3