fix(dav): fix report tests

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/40485/head
John Molakvoæ (skjnldsv) 2 years ago committed by Daniel
parent 6c9cf907cc
commit f8ed23a426
  1. 3
      apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php

@ -442,9 +442,6 @@ class FilesReportPluginTest extends \Test\TestCase {
$this->assertCount(2, $responses);
$this->assertEquals(200, $responses[0]->getHttpStatus());
$this->assertEquals(200, $responses[1]->getHttpStatus());
$this->assertEquals('http://example.com/owncloud/remote.php/dav/files/username/node1', $responses[0]->getHref());
$this->assertEquals('http://example.com/owncloud/remote.php/dav/files/username/sub/node2', $responses[1]->getHref());

Loading…
Cancel
Save