]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(dav): fix report tests 40485/head
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Mon, 18 Sep 2023 15:35:11 +0000 (17:35 +0200)
committerDaniel <mail@danielkesselberg.de>
Mon, 18 Sep 2023 20:19:30 +0000 (22:19 +0200)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php

index f1f1cc8b27f5e128a45b5c7b18153b252c477212..c636d16358dad5c54e6ef98d49da108b01fadf47 100644 (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());