diff options
author | Lorenz Diener <[email protected]> | 2018-05-06 03:02:19 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-05-06 03:02:19 +0200 |
commit | bb92f76e61063bbe59868659fb42824d3649c7b2 (patch) | |
tree | 3977c4da17684c323ecb2c0b07f366daa532c6ac /tests/cassettes/test_account_search.yaml | |
parent | 3676e43f1198bb0cf57bfd68e5c553d927597a62 (diff) | |
download | mastodon.py-bb92f76e61063bbe59868659fb42824d3649c7b2.tar.gz |
Refresh casettes and add some new ones
Diffstat (limited to 'tests/cassettes/test_account_search.yaml')
-rw-r--r-- | tests/cassettes/test_account_search.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/cassettes/test_account_search.yaml b/tests/cassettes/test_account_search.yaml index 6cc7b0d..31f25e5 100644 --- a/tests/cassettes/test_account_search.yaml +++ b/tests/cassettes/test_account_search.yaml | |||
@@ -8,19 +8,19 @@ interactions: | |||
8 | Connection: [keep-alive] | 8 | Connection: [keep-alive] |
9 | User-Agent: [python-requests/2.9.1] | 9 | User-Agent: [python-requests/2.9.1] |
10 | method: GET | 10 | method: GET |
11 | uri: http://localhost:3000/api/v1/accounts/search?q=admin&following=False | 11 | uri: http://localhost:3000/api/v1/accounts/search?following=False&q=admin |
12 | response: | 12 | response: |
13 | body: {string: '[]'} | 13 | body: {string: '[]'} |
14 | headers: | 14 | headers: |
15 | Cache-Control: ['max-age=0, private, must-revalidate'] | 15 | Cache-Control: ['max-age=0, private, must-revalidate'] |
16 | Content-Type: [application/json; charset=utf-8] | 16 | Content-Type: [application/json; charset=utf-8] |
17 | ETag: [W/"ff6bfee647b6b23b1c55091ca75794ba"] | 17 | ETag: [W/"d21cc31537780b09e689112cad9f33d5"] |
18 | Transfer-Encoding: [chunked] | 18 | Transfer-Encoding: [chunked] |
19 | Vary: ['Accept-Encoding, Origin'] | 19 | Vary: ['Accept-Encoding, Origin'] |
20 | X-Content-Type-Options: [nosniff] | 20 | X-Content-Type-Options: [nosniff] |
21 | X-Frame-Options: [SAMEORIGIN] | 21 | X-Frame-Options: [SAMEORIGIN] |
22 | X-Request-Id: [d2ca3b10-b015-4bcd-83f0-1de04e602251] | 22 | X-Request-Id: [e0308c3e-a422-44e9-9991-80cbeab109c8] |
23 | X-Runtime: ['0.049612'] | 23 | X-Runtime: ['0.071572'] |
24 | X-XSS-Protection: [1; mode=block] | 24 | X-XSS-Protection: [1; mode=block] |
25 | content-length: ['2'] | 25 | content-length: ['2'] |
26 | status: {code: 200, message: OK} | 26 | status: {code: 200, message: OK} |