diff options
Diffstat (limited to 'build/integration/features/ldap-ocs.feature')
-rw-r--r-- | build/integration/features/ldap-ocs.feature | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/integration/features/ldap-ocs.feature b/build/integration/features/ldap-ocs.feature new file mode 100644 index 00000000000..d8586bb75bf --- /dev/null +++ b/build/integration/features/ldap-ocs.feature @@ -0,0 +1,7 @@ +Feature: LDAP + + Scenario: Creating an new, empty configuration + Given As an "admin" + When sending "POST" to "/apps/user_ldap/api/v1/config" + Then the OCS status code should be "100" + And the HTTP status code should be "200" |