diff options
Diffstat (limited to 'apps/contactsinteraction/tests/Db/RecentContactMapperTest.php')
-rw-r--r-- | apps/contactsinteraction/tests/Db/RecentContactMapperTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/contactsinteraction/tests/Db/RecentContactMapperTest.php b/apps/contactsinteraction/tests/Db/RecentContactMapperTest.php index 1fb5345162d..026859168f5 100644 --- a/apps/contactsinteraction/tests/Db/RecentContactMapperTest.php +++ b/apps/contactsinteraction/tests/Db/RecentContactMapperTest.php @@ -110,7 +110,6 @@ class RecentContactMapperTest extends TestCase { 'URI' => UUIDUtil::getUUID(), 'FN' => 'Foo Bar', 'CATEGORIES' => 'Recently contacted', - 'X-NEXTCLOUD-UID' => 'foobar', ]; $time = $this->time->getDateTime(); |