diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-06-13 11:44:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-13 11:44:54 +0200 |
commit | c26ddf10de489fe86be6232d9d409b3acb930cec (patch) | |
tree | bfb2f319593ab81278550f9d03f71c9a33f9cfda | |
parent | 12e3e85336b547c8d6a93110d900c4fed6966184 (diff) | |
parent | 584424c651665a84e62721d50fcc5dd8f3180657 (diff) | |
download | nextcloud-server-c26ddf10de489fe86be6232d9d409b3acb930cec.tar.gz nextcloud-server-c26ddf10de489fe86be6232d9d409b3acb930cec.zip |
Merge pull request #32847 from nextcloud/followup/32748/fix-second-integration-test
Fix second integration test as well
-rw-r--r-- | build/integration/federation_features/federated.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/federation_features/federated.feature b/build/integration/federation_features/federated.feature index 97fe408a2eb..fc7cc4c4bf4 100644 --- a/build/integration/federation_features/federated.feature +++ b/build/integration/federation_features/federated.feature @@ -86,7 +86,7 @@ Feature: federated | file_parent | A_NUMBER | | displayname_owner | user1 | | share_with | user0@LOCAL | - | share_with_displayname | user0@LOCAL | + | share_with_displayname | user0 | Scenario: Remote sharee can see the pending share Given Using server "REMOTE" |