diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2023-09-18 17:35:11 +0200 |
---|---|---|
committer | Daniel <mail@danielkesselberg.de> | 2023-09-18 22:19:30 +0200 |
commit | f8ed23a42681026710482230cc00240eb7f3c26b (patch) | |
tree | 3e296fbbf0e86b4cb48c08eeb6c6e8593e80854f /apps | |
parent | 6c9cf907cc007cbb0dc5ee192ea9f350f09ec24a (diff) | |
download | nextcloud-server-f8ed23a42681026710482230cc00240eb7f3c26b.tar.gz nextcloud-server-f8ed23a42681026710482230cc00240eb7f3c26b.zip |
fix(dav): fix report tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php b/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php index f1f1cc8b27f..c636d16358d 100644 --- a/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php +++ b/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()); |