-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98e9f7c
commit 480a548
Showing
4 changed files
with
282 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Feature: A user can be deprovisioned from Middleware | ||
In order to deprovision a user for middleware | ||
On the command line | ||
I expect this to be reflected in the data set | ||
|
||
Scenario: After a replay is performed I would expect the last event reflected in the data set | ||
Given a replay of deprovision is performed | ||
Given I authenticate with user "lifecycle" and password "secret" | ||
And I request "DELETE /deprovision/urn:collab:person:institution-a.example.com:joe-a-raa" | ||
Then the api response status code should be 200 | ||
And the database should not contain | ||
| name | value | | ||
| email | joe-a-raa@institution-a.nl | | ||
| common_name | Joe RAA | | ||
| document_number | 467890 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.