From 974b1bceddecd46b2675179c7ae2391d8eb8ac70 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 6 Feb 2026 09:06:21 +0100 Subject: [PATCH] test: Fix assumption that files are in Talk/ afterwards Signed-off-by: Joas Schilling --- tests/integration/features/sharing-1/create.feature | 2 +- tests/integration/features/sharing-4/transfer-ownership.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/features/sharing-1/create.feature b/tests/integration/features/sharing-1/create.feature index 56ec7538efd..3a0f9342ec5 100644 --- a/tests/integration/features/sharing-1/create.feature +++ b/tests/integration/features/sharing-1/create.feature @@ -350,7 +350,7 @@ Feature: sharing-1/create | item_type | file | | mimetype | text/plain | | storage_id | home::participant2 | - | file_target | /{TALK_PLACEHOLDER}/welcome (2).txt | + | file_target | /Talk/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-4/transfer-ownership.feature b/tests/integration/features/sharing-4/transfer-ownership.feature index 837dfcde764..e71584ab1e6 100644 --- a/tests/integration/features/sharing-4/transfer-ownership.feature +++ b/tests/integration/features/sharing-4/transfer-ownership.feature @@ -95,7 +95,7 @@ Feature: sharing-4/transfer-ownership | item_type | file | | mimetype | text/plain | | storage_id | home::participant3 | - | file_target | /{TALK_PLACEHOLDER}/welcome (2).txt | + | file_target | /Talk/welcome (2).txt | | share_with | group room | | share_with_displayname | Group room |