aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_log_in_password_incorrect.yaml')
-rw-r--r--tests/cassettes/test_log_in_password_incorrect.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/cassettes/test_log_in_password_incorrect.yaml b/tests/cassettes/test_log_in_password_incorrect.yaml
index 0fb37ac..227417e 100644
--- a/tests/cassettes/test_log_in_password_incorrect.yaml
+++ b/tests/cassettes/test_log_in_password_incorrect.yaml
@@ -1,11 +1,11 @@
1interactions: 1interactions:
2- request: 2- request:
3 body: redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&password=hunter2&username=admin%40localhost%3A3000&grant_type=password&client_id=__MASTODON_PY_TEST_CLIENT_ID&client_secret=__MASTODON_PY_TEST_CLIENT_SECRET&scope=read+write+follow+push 3 body: redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&password=hunter2&username=admin%40localhost&grant_type=password&client_id=__MASTODON_PY_TEST_CLIENT_ID&client_secret=__MASTODON_PY_TEST_CLIENT_SECRET&scope=read+write+follow+push
4 headers: 4 headers:
5 Accept: ['*/*'] 5 Accept: ['*/*']
6 Accept-Encoding: ['gzip, deflate'] 6 Accept-Encoding: ['gzip, deflate']
7 Connection: [keep-alive] 7 Connection: [keep-alive]
8 Content-Length: ['234'] 8 Content-Length: ['227']
9 Content-Type: [application/x-www-form-urlencoded] 9 Content-Type: [application/x-www-form-urlencoded]
10 User-Agent: [python-requests/2.18.4] 10 User-Agent: [python-requests/2.18.4]
11 method: POST 11 method: POST
@@ -24,8 +24,8 @@ interactions:
24 provided authorization grant is invalid, expired, revoked, does not match 24 provided authorization grant is invalid, expired, revoked, does not match
25 the redirection URI used in the authorization request, or was issued to 25 the redirection URI used in the authorization request, or was issued to
26 another client."'] 26 another client."']
27 X-Request-Id: [02409972-ac5b-4909-9902-558fd29567ab] 27 X-Request-Id: [b80469bd-d9b3-429f-8be8-51c8afbce6e9]
28 X-Runtime: ['0.062573'] 28 X-Runtime: ['0.063862']
29 content-length: ['213'] 29 content-length: ['213']
30 status: {code: 401, message: Unauthorized} 30 status: {code: 400, message: Bad Request}
31version: 1 31version: 1
Powered by cgit v1.2.3 (git 2.41.0)