summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-08-31 10:40:17 +0200
committerLukas Reschke <lukas@statuscode.ch>2016-08-31 10:40:17 +0200
commit84c742b95e338ebd61e8c4b829cf61913ad386dc (patch)
treecefb3624d59c375bf0f8d493afc4e52fbb1cdea9 /build
parent81c18f5aa789260d7d0091d133125a018d62547a (diff)
downloadnextcloud-server-84c742b95e338ebd61e8c4b829cf61913ad386dc.tar.gz
nextcloud-server-84c742b95e338ebd61e8c4b829cf61913ad386dc.zip
Use "testing" instead of "user_ldap" as test app
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/provisioning-v1.feature12
1 files changed, 6 insertions, 6 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature
index 63f8bcec5cc..785b795bf35 100644
--- a/build/integration/features/provisioning-v1.feature
+++ b/build/integration/features/provisioning-v1.feature
@@ -305,19 +305,19 @@ Feature: provisioning
Scenario: enable an app
Given As an "admin"
- And app "user_ldap" is disabled
- When sending "POST" to "/cloud/apps/user_ldap"
+ And app "testing" is disabled
+ When sending "POST" to "/cloud/apps/testing"
Then the OCS status code should be "100"
And the HTTP status code should be "200"
- And app "user_ldap" is enabled
+ And app "testing" is enabled
Scenario: disable an app
Given As an "admin"
- And app "user_ldap" is enabled
- When sending "DELETE" to "/cloud/apps/user_ldap"
+ And app "testing" is enabled
+ When sending "DELETE" to "/cloud/apps/testing"
Then the OCS status code should be "100"
And the HTTP status code should be "200"
- And app "user_ldap" is disabled
+ And app "testing" is disabled
Scenario: disable an user
Given As an "admin"