Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tests/integration/features/user.feature
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ Feature: user
| userid | |
| password | 123456 |
| email | foo@bar.foobar |
Then the OCS status code should be "109"
And the HTTP status code should be "400"
# because we cannot send email here, we'll get this error === success
Then the OCS status code should be "200"
And the HTTP status code should be "200"

# requires NC 17
Scenario: create a new user with dynamic user id, forgot email
Expand Down