Fixed grant password fuzz test

This commit is contained in:
Alex Bilbie 2014-08-04 15:27:08 +01:00
parent 324da27ea9
commit 7e0e337134

View File

@ -30,7 +30,7 @@ request:
body.message: "Client authentication failed."
-
key: username
value: alex
value: alexbilbie
missing:
response.statusCode: 400
headers.content-type: "application/json"
@ -39,8 +39,8 @@ request:
invalid:
response.statusCode: 401
headers.content-type: "application/json"
body.error: invalid_client
body.message: "Client authentication failed."
body.error: invalid_credentials
body.message: "The user credentials were incorrect."
-
key: password
value: whisky
@ -52,8 +52,8 @@ request:
invalid:
response.statusCode: 401
headers.content-type: "application/json"
body.error: invalid_client
body.message: "Client authentication failed."
body.error: invalid_credentials
body.message: "The user credentials were incorrect."
-
key: grant_type
value: password