Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSergio Bertolín <sbertolin@solidgear.es>2016-08-17 13:32:33 +0300
committerSergio Bertolín <sbertolin@solidgear.es>2016-08-26 16:08:51 +0300
commit3b01d7eb6b62e2db6485832c31939b1e5c85b83c (patch)
tree5f0642e5499d650beaa48af2d95e6867a3db4593 /build
parentf5ed9793b6ea3f9c1c94f6cb2407b6dcbbef926e (diff)
Typo in scenario
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/provisioning-v1.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature
index 2be1572e42e..bc289777039 100644
--- a/build/integration/features/provisioning-v1.feature
+++ b/build/integration/features/provisioning-v1.feature
@@ -343,7 +343,7 @@ Feature: provisioning
Then the OCS status code should be "104"
And the HTTP status code should be "200"
And As an "admin"
- And check that user "brand-new-user" does not belongs to group "new-group"
+ And check that user "brand-new-user" does not belong to group "new-group"
Scenario: a subadmin can remove users to groups the subadmin is responsible for
Given As an "admin"