Skip to content
Snippets Groups Projects
Commit ac478b19 authored by Sergio Bertolin's avatar Sergio Bertolin Committed by Roeland Jago Douma
Browse files

added edit user test

parent 0e3836ed
Branches
No related tags found
No related merge requests found
......@@ -22,6 +22,18 @@ Feature: provisioning
And user "brand-new-user" exists
Scenario: Edit a user
Given As an "admin"
And user "brand-new-user" exists
When sending "PUT" to "/cloud/users/brand-new-user" with
| key | quota |
| value | 12MB |
| key | email |
| value | brand-new-user@gmail.com |
Then the status code should be "100"
And user "brand-new-user" exists
Scenario: Delete a user
Given As an "admin"
And user "brand-new-user" exists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment