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 committed by backportbot[bot]
parent 8bc34e99f6
commit 69e5ae7bee

View file

@ -299,8 +299,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() {