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'] 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 |