summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-10-27 12:27:09 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2016-11-01 19:54:41 +0100
commit6d7520b1e2c6e17b449a0c5cea886f73e9932528 (patch)
treeadc7648c8eaeebfd9f71219efed50f888f6740c5 /build
parent1e930df91f1724e9bb9ab23a84f51fec31e514db (diff)
downloadnextcloud-server-6d7520b1e2c6e17b449a0c5cea886f73e9932528.tar.gz
nextcloud-server-6d7520b1e2c6e17b449a0c5cea886f73e9932528.zip
unit tests updated and new added
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/provisioning-v1.feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature
index 98bf321dc64..9103a71ab92 100644
--- a/build/integration/features/provisioning-v1.feature
+++ b/build/integration/features/provisioning-v1.feature
@@ -255,7 +255,7 @@ Feature: provisioning
Scenario: Delete a user
Given As an "admin"
And user "brand-new-user" exists
- When sending "DELETE" to "/cloud/users/brand-new-user"
+ When sending "DELETE" to "/cloud/users/brand-new-user"
Then the OCS status code should be "100"
And the HTTP status code should be "200"
And user "brand-new-user" does not exist
@@ -291,6 +291,7 @@ Feature: provisioning
| files_trashbin |
| files_versions |
| provisioning_api |
+ | sharebymail |
| systemtags |
| theming |
| twofactor_backupcodes |