blob: d8586bb75bfadd276e7e1693634795e4767c5556 (
plain)
1
2
3
4
5
6
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"
|