diff options
author | Joas Schilling <coding@schilljs.com> | 2022-06-13 09:52:03 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-06-13 09:52:03 +0200 |
commit | 584424c651665a84e62721d50fcc5dd8f3180657 (patch) | |
tree | 9b87ae12354b745888b9d4504292b6716121da3b /build | |
parent | 4ecedffb5b97604c7cfa88e8bd427177d7d3fc82 (diff) | |
download | nextcloud-server-584424c651665a84e62721d50fcc5dd8f3180657.tar.gz nextcloud-server-584424c651665a84e62721d50fcc5dd8f3180657.zip |
Fix second integration test as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build')
-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" |