diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-14 10:51:52 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-03-14 10:55:52 +0100 |
commit | f62a7b2447cc41871a9f97eedae2dfac2b0139ca (patch) | |
tree | 3ee3dc7ae190d9d04059ce3d2460042c875d2206 /build/integration/federation_features | |
parent | e0998c27ff205566db7799dce177192d2b776bc1 (diff) | |
download | nextcloud-server-f62a7b2447cc41871a9f97eedae2dfac2b0139ca.tar.gz nextcloud-server-f62a7b2447cc41871a9f97eedae2dfac2b0139ca.zip |
Only match LOCAL and REMOTE as servers, correctly make use of the sharer server from the command
Diffstat (limited to 'build/integration/federation_features')
-rw-r--r-- | build/integration/federation_features/federated.feature | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/integration/federation_features/federated.feature b/build/integration/federation_features/federated.feature index 5231b9430e9..acd1f91e908 100644 --- a/build/integration/federation_features/federated.feature +++ b/build/integration/federation_features/federated.feature @@ -97,10 +97,10 @@ Feature: federated And Using server "REMOTE" And As an "user1" When creating a share with - | path | /textfile0 (2).txt | - | shareType | 0 | - | shareWith | user2 | - | permissions | 19 | + | path | /textfile0 (2).txt | + | shareType | 0 | + | shareWith | user2 | + | permissions | 19 | Then the OCS status code should be "100" And the HTTP status code should be "200" And Share fields of last share match with |