From 18c6b3b90ff8bd607df18af86d092ac1205ffbf7 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 5 Jun 2018 22:10:31 +0200 Subject: New casettes, small fixes --- tests/cassettes/test_home_tl_anonymous_throws.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tests/cassettes/test_home_tl_anonymous_throws.yaml') diff --git a/tests/cassettes/test_home_tl_anonymous_throws.yaml b/tests/cassettes/test_home_tl_anonymous_throws.yaml index 01f828a..540f1df 100644 --- a/tests/cassettes/test_home_tl_anonymous_throws.yaml +++ b/tests/cassettes/test_home_tl_anonymous_throws.yaml @@ -11,17 +11,20 @@ interactions: response: body: {string: '{"error":"The access token is invalid"}'} headers: - Cache-Control: [no-store] + Cache-Control: ['private, no-store'] Content-Type: [application/json; charset=utf-8] Pragma: [no-cache] + Referrer-Policy: [strict-origin-when-cross-origin] Transfer-Encoding: [chunked] Vary: ['Accept-Encoding, Origin'] WWW-Authenticate: ['Bearer realm="Doorkeeper", error="invalid_token", error_description="The access token is invalid"'] X-Content-Type-Options: [nosniff] + X-Download-Options: [noopen] X-Frame-Options: [SAMEORIGIN] - X-Request-Id: [ac5a9247-938f-425b-bbe6-e01de6b2a4ea] - X-Runtime: ['0.066247'] + X-Permitted-Cross-Domain-Policies: [none] + X-Request-Id: [1550ae6f-bd19-472a-93ce-a625c388adeb] + X-Runtime: ['0.098159'] X-XSS-Protection: [1; mode=block] content-length: ['39'] status: {code: 401, message: Unauthorized} -- cgit v1.2.3