@@ -317,7 +317,7 @@ describe('Delete action execute tests', () => {
317317 source : 'https://cloud.domain.com/remote.php/dav/files/test/foobar.txt' ,
318318 owner : 'test' ,
319319 mime : 'text/plain' ,
320- permissions : Permission . READ | Permission . UPDATE | Permission . DELETE ,
320+ permissions : Permission . READ | Permission . UPDATE | Permission . WRITE | Permission . DELETE ,
321321 root : '/files/test' ,
322322 } )
323323
@@ -348,7 +348,7 @@ describe('Delete action execute tests', () => {
348348 source : 'https://cloud.domain.com/remote.php/dav/files/test/foo.txt' ,
349349 owner : 'test' ,
350350 mime : 'text/plain' ,
351- permissions : Permission . READ | Permission . UPDATE | Permission . DELETE ,
351+ permissions : Permission . READ | Permission . UPDATE | Permission . WRITE | Permission . DELETE ,
352352 root : '/files/test' ,
353353 } )
354354
@@ -357,7 +357,7 @@ describe('Delete action execute tests', () => {
357357 source : 'https://cloud.domain.com/remote.php/dav/files/test/bar.txt' ,
358358 owner : 'test' ,
359359 mime : 'text/plain' ,
360- permissions : Permission . READ | Permission . UPDATE | Permission . DELETE ,
360+ permissions : Permission . READ | Permission . UPDATE | Permission . WRITE | Permission . DELETE ,
361361 root : '/files/test' ,
362362 } )
363363
@@ -394,7 +394,7 @@ describe('Delete action execute tests', () => {
394394 source : 'https://cloud.domain.com/remote.php/dav/files/test/foo.txt' ,
395395 owner : 'test' ,
396396 mime : 'text/plain' ,
397- permissions : Permission . READ | Permission . UPDATE | Permission . DELETE ,
397+ permissions : Permission . READ | Permission . UPDATE | Permission . WRITE | Permission . DELETE ,
398398 root : '/files/test' ,
399399 } )
400400
@@ -403,7 +403,7 @@ describe('Delete action execute tests', () => {
403403 source : 'https://cloud.domain.com/remote.php/dav/files/test/bar.txt' ,
404404 owner : 'test' ,
405405 mime : 'text/plain' ,
406- permissions : Permission . READ | Permission . UPDATE | Permission . DELETE ,
406+ permissions : Permission . READ | Permission . UPDATE | Permission . WRITE | Permission . DELETE ,
407407 root : '/files/test' ,
408408 } )
409409
@@ -412,7 +412,7 @@ describe('Delete action execute tests', () => {
412412 source : 'https://cloud.domain.com/remote.php/dav/files/test/baz.txt' ,
413413 owner : 'test' ,
414414 mime : 'text/plain' ,
415- permissions : Permission . READ | Permission . UPDATE | Permission . DELETE ,
415+ permissions : Permission . READ | Permission . UPDATE | Permission . WRITE | Permission . DELETE ,
416416 root : '/files/test' ,
417417 } )
418418
@@ -421,7 +421,7 @@ describe('Delete action execute tests', () => {
421421 source : 'https://cloud.domain.com/remote.php/dav/files/test/qux.txt' ,
422422 owner : 'test' ,
423423 mime : 'text/plain' ,
424- permissions : Permission . READ | Permission . UPDATE | Permission . DELETE ,
424+ permissions : Permission . READ | Permission . UPDATE | Permission . WRITE | Permission . DELETE ,
425425 root : '/files/test' ,
426426 } )
427427
@@ -430,7 +430,7 @@ describe('Delete action execute tests', () => {
430430 source : 'https://cloud.domain.com/remote.php/dav/files/test/quux.txt' ,
431431 owner : 'test' ,
432432 mime : 'text/plain' ,
433- permissions : Permission . READ | Permission . UPDATE | Permission . DELETE ,
433+ permissions : Permission . READ | Permission . UPDATE | Permission . WRITE | Permission . DELETE ,
434434 root : '/files/test' ,
435435 } )
436436
@@ -482,7 +482,7 @@ describe('Delete action execute tests', () => {
482482 source : 'https://cloud.domain.com/remote.php/dav/files/test/foo.txt' ,
483483 owner : 'test' ,
484484 mime : 'text/plain' ,
485- permissions : Permission . READ | Permission . UPDATE | Permission . DELETE ,
485+ permissions : Permission . READ | Permission . UPDATE | Permission . WRITE | Permission . DELETE ,
486486 root : '/files/test' ,
487487 } )
488488
@@ -491,7 +491,7 @@ describe('Delete action execute tests', () => {
491491 source : 'https://cloud.domain.com/remote.php/dav/files/test/bar.txt' ,
492492 owner : 'test' ,
493493 mime : 'text/plain' ,
494- permissions : Permission . READ | Permission . UPDATE | Permission . DELETE ,
494+ permissions : Permission . READ | Permission . UPDATE | Permission . WRITE | Permission . DELETE ,
495495 root : '/files/test' ,
496496 } )
497497
@@ -529,7 +529,7 @@ describe('Delete action execute tests', () => {
529529 source : 'https://cloud.domain.com/remote.php/dav/files/test/foobar.txt' ,
530530 owner : 'test' ,
531531 mime : 'text/plain' ,
532- permissions : Permission . READ | Permission . UPDATE | Permission . DELETE ,
532+ permissions : Permission . READ | Permission . UPDATE | Permission . WRITE | Permission . DELETE ,
533533 root : '/files/test' ,
534534 } )
535535
@@ -569,7 +569,7 @@ describe('Delete action execute tests', () => {
569569 source : 'https://cloud.domain.com/remote.php/dav/files/test/foo.txt' ,
570570 owner : 'test' ,
571571 mime : 'text/plain' ,
572- permissions : Permission . READ | Permission . UPDATE | Permission . DELETE ,
572+ permissions : Permission . READ | Permission . UPDATE | Permission . WRITE | Permission . DELETE ,
573573 root : '/files/test' ,
574574 } )
575575
0 commit comments