mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 05:43:57 -04:00
Merge pull request #40485 from nextcloud/fix/report-test
fix(dav): fix report tests
This commit is contained in:
commit
f75891de5d
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Reference in a new issue