diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-05-23 17:03:04 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-10-29 12:55:59 +0100 |
commit | ea6f423e2c8e50cf1357a0e2182dc4c9a9bf981e (patch) | |
tree | 76b213c328abf5b40a54062dd4da339caba20903 /build/integration | |
parent | 3b8f83f5af748bbf874b3c5e678de8eccf9b3384 (diff) | |
download | nextcloud-server-ea6f423e2c8e50cf1357a0e2182dc4c9a9bf981e.tar.gz nextcloud-server-ea6f423e2c8e50cf1357a0e2182dc4c9a9bf981e.zip |
Extend data returned when searching remote shares
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'build/integration')
-rw-r--r-- | build/integration/sharees_features/sharees.feature | 2 | ||||
-rw-r--r-- | build/integration/sharees_features/sharees_provisioningapiv2.feature | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/sharees_features/sharees.feature b/build/integration/sharees_features/sharees.feature index 58570cfc5f1..5a6291d1e2f 100644 --- a/build/integration/sharees_features/sharees.feature +++ b/build/integration/sharees_features/sharees.feature @@ -206,7 +206,7 @@ Feature: sharees Then "exact groups" sharees returned is empty Then "groups" sharees returned is empty Then "exact remotes" sharees returned are - | test@localhost | 6 | test@localhost | + | test (localhost) | 6 | test@localhost | Then "remotes" sharees returned is empty Scenario: Remote sharee for calendars not allowed diff --git a/build/integration/sharees_features/sharees_provisioningapiv2.feature b/build/integration/sharees_features/sharees_provisioningapiv2.feature index 37ab896ee28..6f2b8df8e0e 100644 --- a/build/integration/sharees_features/sharees_provisioningapiv2.feature +++ b/build/integration/sharees_features/sharees_provisioningapiv2.feature @@ -206,7 +206,7 @@ Feature: sharees_provisioningapiv2 Then "exact groups" sharees returned is empty Then "groups" sharees returned is empty Then "exact remotes" sharees returned are - | test@localhost | 6 | test@localhost | + | test (localhost) | 6 | test@localhost | Then "remotes" sharees returned is empty Scenario: Remote sharee for calendars not allowed |