You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/SimpleIdServer.Scim.Host.Acceptance.Tests/Features/UsersErrors.feature
+63Lines changed: 63 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,69 @@ Scenario: Error is returned when schema is not valid (HTTP POST)
249
249
Then JSON 'scimType'='invalidSyntax'
250
250
Then JSON 'detail'='the required schemas urn:ietf:params:scim:schemas:core:2.0:User,urn:ietf:params:scim:schemas:extension:enterprise:2.0:User are missing'
251
251
252
+
Scenario: Error is returned when trying to update the username with HTTP PATCH but this username already exists
253
+
When execute HTTP POST JSON request 'http://localhost/Users'
0 commit comments