From 4edcd5e3abb2cf24335458546e645dd18caabaf8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 5 Feb 2026 14:55:49 +0100 Subject: [PATCH 1/2] test: Run tests against nextcloud/server#57760 share-update-check-single Signed-off-by: Joas Schilling --- .github/workflows/integration-pgsql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-pgsql.yml b/.github/workflows/integration-pgsql.yml index 02949dc38e8..ada530d52f1 100644 --- a/.github/workflows/integration-pgsql.yml +++ b/.github/workflows/integration-pgsql.yml @@ -69,7 +69,7 @@ jobs: - 'sharing-3' - 'sharing-4' php-versions: ['8.3'] - server-versions: ['master'] + server-versions: ['share-update-check-single'] guests-versions: ['main'] circles-versions: ['master'] notifications-versions: ['master'] From 2dbfdecb2eee8be1fce8f2e68431e8ef2c5bdedf Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 6 Feb 2026 09:06:21 +0100 Subject: [PATCH 2/2] 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 |