From 08b31fcb7da9f65e5d4fc87f266a183d1353e193 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 20 Jan 2017 10:10:37 +0100 Subject: [PATCH] enable user_ldap app for tests Signed-off-by: Arthur Schiwon --- .drone.yml | 1 + build/integration/ldap_features/ldap-ocs.feature | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ccd76e1859..5e4f18af9f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -417,6 +417,7 @@ pipeline: image: nextcloudci/integration-php7.0:integration-php7.0-3 commands: - ./occ maintenance:install --admin-pass=admin + - ./occ app:enable user_ldap - cd build/integration - ./run.sh ldap_features/ldap-ocs.feature when: diff --git a/build/integration/ldap_features/ldap-ocs.feature b/build/integration/ldap_features/ldap-ocs.feature index df643b8a01..2815b308d4 100644 --- a/build/integration/ldap_features/ldap-ocs.feature +++ b/build/integration/ldap_features/ldap-ocs.feature @@ -39,7 +39,7 @@ Feature: LDAP Then the OCS status code should be "400" And the HTTP status code should be "400" - Scenario: Modiying a non-existing configuration + Scenario: Modifying a non-existing configuration Given As an "admin" When sending "PUT" to "/apps/user_ldap/api/v1/config/s666" with | key | ldapHost |