Skip to content

Commit

Permalink
Merge pull request #40485 from nextcloud/fix/report-test
Browse files Browse the repository at this point in the history
fix(dav): fix report tests
  • Loading branch information
szaimen authored Sep 19, 2023
2 parents 5b9cfed + f8ed23a commit f75891d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,6 @@ public function testPrepareResponses(): void {

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

Expand Down

0 comments on commit f75891d

Please sign in to comment.