Skip to content

Commit 88fd1df

Browse files
committed
fixup! fix(CardDAV): set owner-principal, displayname properties for SAB
1 parent 6df10f9 commit 88fd1df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dav/tests/unit/CardDAV/AddressBookTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public function testPropPatchShared(): void {
107107
$backend = $this->getMockBuilder(CardDavBackend::class)->disableOriginalConstructor()->getMock();
108108
$backend->expects($this->never())->method('updateAddressBook');
109109
$addressBookInfo = [
110+
'{http://owncloud.org/ns}owner-principal' => 'user1',
110111
'{DAV:}displayname' => 'Test address book',
111112
'principaluri' => 'user2',
112113
'id' => 666,

0 commit comments

Comments
 (0)