fix(tests): Revert changes to tests now that reshares are not deleted but promoted

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-10-08 17:41:03 +02:00
parent 10c7e100d1
commit ba76378e32
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -277,8 +277,7 @@ class EtagPropagationTest extends PropagationTestCase {
self::TEST_FILES_SHARING_API_USER2,
]);
$this->assertEtagsNotChanged([self::TEST_FILES_SHARING_API_USER1, self::TEST_FILES_SHARING_API_USER2, self::TEST_FILES_SHARING_API_USER3]);
$this->assertEtagsChanged([self::TEST_FILES_SHARING_API_USER4]);
$this->assertAllUnchanged();
}
public function testOwnerUnsharesFlatReshares() {