Skip to content
Snippets Groups Projects
Commit 2d1f509a authored by Sergio Bertolin's avatar Sergio Bertolin Committed by Thomas Müller
Browse files

added delete user test

parent 933121c6
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,11 @@ Feature: provisioning
Then the status code should be "200"
And user "brand-new-user" exists
Scenario: Delete a user
Given As an "admin"
And user "brand-new-user" exists
When sending "POST" to "/cloud/users" with
| userid | brand-new-user |
Then the status code should be "200"
And user "brand-new-user" does not exist
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment