Skip to content

Commit

Permalink
Fixes user tests
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Aug 8, 2024
1 parent cb5fe80 commit 269b416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/security/with-api-prefix/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ chapters:
path: /_plugins/_security/api/user/{username}
method: PUT
parameters:
username: test2
request_body:
username: test
request:
payload:
password: myWeakPassword123!
opendistro_security_roles: []
backend_roles: []
attributes: {}
response:
status: 200
status: 201
- synopsis: Get user.
path: /_plugins/_security/api/user/{username}
method: GET
Expand Down

0 comments on commit 269b416

Please sign in to comment.