aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cassettes/test_log_in_password.yaml')
-rw-r--r--tests/cassettes/test_log_in_password.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/cassettes/test_log_in_password.yaml b/tests/cassettes/test_log_in_password.yaml
index 6fe0adb..6b34a9d 100644
--- a/tests/cassettes/test_log_in_password.yaml
+++ b/tests/cassettes/test_log_in_password.yaml
@@ -11,17 +11,17 @@ interactions:
11 method: POST 11 method: POST
12 uri: http://localhost:3000/oauth/token 12 uri: http://localhost:3000/oauth/token
13 response: 13 response:
14 body: {string: '{"access_token":"__MASTODON_PY_TEST_ACCESS_TOKEN_2","token_type":"bearer","scope":"read 14 body: {string: '{"access_token":"__MASTODON_PY_TEST_ACCESS_TOKEN_2","token_type":"Bearer","scope":"read
15 write follow push","created_at":1531522945}'} 15 write follow push","created_at":1556398580}'}
16 headers: 16 headers:
17 Cache-Control: ['private, no-store'] 17 Cache-Control: ['private, no-store']
18 Content-Type: [application/json; charset=utf-8] 18 Content-Type: [application/json; charset=utf-8]
19 ETag: [W/"3243c6be047459e950f279278fad8633"] 19 ETag: [W/"e07660394b0fd53ff74e0468c46350d6"]
20 Pragma: [no-cache] 20 Pragma: [no-cache]
21 Transfer-Encoding: [chunked] 21 Transfer-Encoding: [chunked]
22 Vary: ['Accept-Encoding, Origin'] 22 Vary: ['Accept-Encoding, Origin']
23 X-Request-Id: [97d780f5-c76e-42e1-8750-172815059ed6] 23 X-Request-Id: [df01a2d8-3f43-420d-8e4c-bbb0c36c858f]
24 X-Runtime: ['0.103233'] 24 X-Runtime: ['0.081349']
25 content-length: ['131'] 25 content-length: ['131']
26 status: {code: 200, message: OK} 26 status: {code: 200, message: OK}
27version: 1 27version: 1
Powered by cgit v1.2.3 (git 2.41.0)