mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
parent
10c7e100d1
commit
ba76378e32
1 changed files with 1 additions and 2 deletions
|
|
@ -277,8 +277,7 @@ class EtagPropagationTest extends PropagationTestCase {
|
||||||
self::TEST_FILES_SHARING_API_USER2,
|
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->assertAllUnchanged();
|
||||||
$this->assertEtagsChanged([self::TEST_FILES_SHARING_API_USER4]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testOwnerUnsharesFlatReshares() {
|
public function testOwnerUnsharesFlatReshares() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue