Skip to content

Commit 34671a5

Browse files
Revert "[stable33] test(server): Run tests again nextcloud/server#58894 stable33-authori…"
1 parent 7d6d30e commit 34671a5

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

tests/integration/features/sharing-1/create.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Feature: create
350350
| item_type | file |
351351
| mimetype | text/plain |
352352
| storage_id | home::participant2 |
353-
| file_target | /Talk/welcome (2).txt |
353+
| file_target | /{TALK_PLACEHOLDER}/welcome (2).txt |
354354
| share_with | group room |
355355
| share_with_displayname | Group room |
356356
And user "participant3" gets last share

tests/integration/features/sharing-2/get.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,6 @@ Feature: get
13151315
And user "participant2" gets the DAV properties for "/"
13161316
And the list of returned files for "participant2" is
13171317
| / |
1318-
| /Talk/ |
13191318
| /welcome.txt |
13201319

13211320
Scenario: get files after deleting a received share
@@ -1348,7 +1347,6 @@ Feature: get
13481347
And user "participant2" gets the DAV properties for "/"
13491348
And the list of returned files for "participant2" is
13501349
| / |
1351-
| /Talk/ |
13521350
| /welcome.txt |
13531351

13541352

tests/integration/features/sharing-4/transfer-ownership.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Feature: transfer-ownership
9595
| item_type | file |
9696
| mimetype | text/plain |
9797
| storage_id | home::participant3 |
98-
| file_target | /Talk/welcome (2).txt |
98+
| file_target | /{TALK_PLACEHOLDER}/welcome (2).txt |
9999
| share_with | group room |
100100
| share_with_displayname | Group room |
101101

0 commit comments

Comments
 (0)