From 34671a5718a9df6155c0e9628d8e71086ec74162 Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:16:29 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"[stable33]=20test(server):=20Run=20te?= =?UTF-8?q?sts=20again=20nextcloud/server#58894=20stable33-authori?= =?UTF-8?q?=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/integration/features/sharing-1/create.feature | 2 +- tests/integration/features/sharing-2/get.feature | 2 -- tests/integration/features/sharing-4/transfer-ownership.feature | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/integration/features/sharing-1/create.feature b/tests/integration/features/sharing-1/create.feature index 44895034e1f..4b6e997ca2b 100644 --- a/tests/integration/features/sharing-1/create.feature +++ b/tests/integration/features/sharing-1/create.feature @@ -350,7 +350,7 @@ Feature: create | item_type | file | | mimetype | text/plain | | storage_id | home::participant2 | - | file_target | /Talk/welcome (2).txt | + | file_target | /{TALK_PLACEHOLDER}/welcome (2).txt | | share_with | group room | | share_with_displayname | Group room | And user "participant3" gets last share diff --git a/tests/integration/features/sharing-2/get.feature b/tests/integration/features/sharing-2/get.feature index 597d7722028..9aa4f6f0d75 100644 --- a/tests/integration/features/sharing-2/get.feature +++ b/tests/integration/features/sharing-2/get.feature @@ -1315,7 +1315,6 @@ Feature: get And user "participant2" gets the DAV properties for "/" And the list of returned files for "participant2" is | / | - | /Talk/ | | /welcome.txt | Scenario: get files after deleting a received share @@ -1348,7 +1347,6 @@ Feature: get And user "participant2" gets the DAV properties for "/" And the list of returned files for "participant2" is | / | - | /Talk/ | | /welcome.txt | diff --git a/tests/integration/features/sharing-4/transfer-ownership.feature b/tests/integration/features/sharing-4/transfer-ownership.feature index 5a65698a9fb..a968f8bb526 100644 --- a/tests/integration/features/sharing-4/transfer-ownership.feature +++ b/tests/integration/features/sharing-4/transfer-ownership.feature @@ -95,7 +95,7 @@ Feature: transfer-ownership | item_type | file | | mimetype | text/plain | | storage_id | home::participant3 | - | file_target | /Talk/welcome (2).txt | + | file_target | /{TALK_PLACEHOLDER}/welcome (2).txt | | share_with | group room | | share_with_displayname | Group room |