mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
c76c7a96fc
commit
effde616eb
1 changed files with 2 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ class BackendTest extends TestCase {
|
|||
[Calendar::SUBJECT_PUBLISH, [
|
||||
'principaluri' => 'principal/user/admin',
|
||||
'id' => 42,
|
||||
'uri' => 'this-uri',
|
||||
'{DAV:}displayname' => 'Name of calendar',
|
||||
], ['shares'], [], '', 'admin', [], ['admin']],
|
||||
|
||||
|
|
@ -178,6 +179,7 @@ class BackendTest extends TestCase {
|
|||
[Calendar::SUBJECT_UNPUBLISH, [
|
||||
'principaluri' => 'principal/user/admin',
|
||||
'id' => 42,
|
||||
'uri' => 'this-uri',
|
||||
'{DAV:}displayname' => 'Name of calendar',
|
||||
], ['shares'], [], '', 'admin', [], ['admin']],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue