Skip to content

Commit

Permalink
feat(jans-config-api): user management api
Browse files Browse the repository at this point in the history
  • Loading branch information
pujavs committed Apr 6, 2022
1 parent 517e7f2 commit b367d44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ Then status 200
And print response
And assert response.length == 3

@ignore
Scenario: Get an user by inum(unexisting user)
Given url mainUrl + '/53553532727272772'
And header Authorization = 'Bearer ' + accessToken
When method GET
Then status 404


@ignore
Scenario: Delete a non-existion user by inum
Given url mainUrl + '/1402.66633-8675-473e-a749'
And header Authorization = 'Bearer ' + accessToken
Expand Down

0 comments on commit b367d44

Please sign in to comment.