diff options
author | Sergio Bertolin <sbertolin@solidgear.es> | 2016-08-16 14:00:30 +0000 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-08-25 00:19:57 +0200 |
commit | 7d641bbfdfc11086bd1e1423e39a05346d77cfc3 (patch) | |
tree | a3a4814139abdc7317e0356089bad6e8c1c8d7fe | |
parent | 8c7491cac2a7fa2c8542e0e52a83d9ce6d4e878e (diff) | |
download | nextcloud-server-7d641bbfdfc11086bd1e1423e39a05346d77cfc3.tar.gz nextcloud-server-7d641bbfdfc11086bd1e1423e39a05346d77cfc3.zip |
Change of user missing
-rw-r--r-- | build/integration/features/provisioning-v1.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature index 574e4fe375e..6a61bba6328 100644 --- a/build/integration/features/provisioning-v1.feature +++ b/build/integration/features/provisioning-v1.feature @@ -504,6 +504,7 @@ Feature: provisioning | groupid | new-group | Then the OCS status code should be "100" And the HTTP status code should be "200" + And As an "admin" And check that user "brand-new-user" belongs to group "new-group" Scenario: a subadmin cannot add users to groups the subadmin is not responsible for |