8 lines
237 B
Gherkin
8 lines
237 B
Gherkin
|
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"
|