Merge pull request #40485 from nextcloud/fix/report-test

fix(dav): fix report tests
This commit is contained in:
Simon L 2023-09-19 09:25:21 +02:00 committed by GitHub
commit f75891de5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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());