diff options
author | Anna Larch <anna@nextcloud.com> | 2023-07-21 12:33:00 +0200 |
---|---|---|
committer | Anna <anna@nextcloud.com> | 2023-08-24 15:07:24 +0200 |
commit | 504f396d33bf454493f39989ff4d89176876250f (patch) | |
tree | d4cb16a2b1ecad4747d904ace8285392afe76ddf /apps/dav/tests | |
parent | 480d2c2fd08d3cf52f46f3132a0596580820f4c3 (diff) | |
download | nextcloud-server-504f396d33bf454493f39989ff4d89176876250f.tar.gz nextcloud-server-504f396d33bf454493f39989ff4d89176876250f.zip |
fix(CardDAV): set owner-principal, displayname properties for SAB
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'apps/dav/tests')
-rw-r--r-- | apps/dav/tests/unit/CardDAV/AddressBookTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/CardDAV/AddressBookTest.php b/apps/dav/tests/unit/CardDAV/AddressBookTest.php index 9aa7eb14fff..06d81662a42 100644 --- a/apps/dav/tests/unit/CardDAV/AddressBookTest.php +++ b/apps/dav/tests/unit/CardDAV/AddressBookTest.php @@ -124,7 +124,6 @@ class AddressBookTest extends TestCase { $backend = $this->getMockBuilder(CardDavBackend::class)->disableOriginalConstructor()->getMock(); $backend->expects($this->atLeast(1))->method('updateAddressBook'); $addressBookInfo = [ - '{http://owncloud.org/ns}owner-principal' => 'user1', '{DAV:}displayname' => 'Test address book', 'principaluri' => 'user1', 'id' => 666, |