aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-13 16:16:29 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-13 16:16:29 +0200
commit0e00fced99976d74e972a3c9ca5b762697840a33 (patch)
tree632f7e06d3e7d81e15f78d8821d39acf59b8301c /tests/cassettes/test_stream_healthy.yaml
parentc66015a6b0655f865c45587095ca8744a9d61534 (diff)
downloadmastodon.py-0e00fced99976d74e972a3c9ca5b762697840a33.tar.gz
fix tests
Diffstat (limited to 'tests/cassettes/test_stream_healthy.yaml')
-rw-r--r--tests/cassettes/test_stream_healthy.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/cassettes/test_stream_healthy.yaml b/tests/cassettes/test_stream_healthy.yaml
index e2e120f..f0f0f25 100644
--- a/tests/cassettes/test_stream_healthy.yaml
+++ b/tests/cassettes/test_stream_healthy.yaml
@@ -21,7 +21,7 @@ interactions:
21 Content-Security-Policy: 21 Content-Security-Policy:
22 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src 22 - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src
23 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; 23 ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000;
24 style-src ''self'' http://localhost:3000 ''nonce-x9WnZ+JPIqMtwVjlVlL6Tw==''; 24 style-src ''self'' http://localhost:3000 ''nonce-WMgdHGlI6aIDW/FTRqMydQ=='';
25 media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' 25 media-src ''self'' https: data: http://localhost:3000; frame-src ''self''
26 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' 26 https:; manifest-src ''self'' http://localhost:3000; connect-src ''self''
27 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 27 data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000
@@ -31,7 +31,7 @@ interactions:
31 Content-Type: 31 Content-Type:
32 - application/json; charset=utf-8 32 - application/json; charset=utf-8
33 Date: 33 Date:
34 - Sun, 13 Nov 2022 13:16:48 GMT 34 - Sun, 13 Nov 2022 14:14:37 GMT
35 ETag: 35 ETag:
36 - W/"02f6de447b58c8ef38800346c358b5d4" 36 - W/"02f6de447b58c8ef38800346c358b5d4"
37 Referrer-Policy: 37 Referrer-Policy:
@@ -49,9 +49,9 @@ interactions:
49 X-Permitted-Cross-Domain-Policies: 49 X-Permitted-Cross-Domain-Policies:
50 - none 50 - none
51 X-Request-Id: 51 X-Request-Id:
52 - 8a67bf86-5087-4307-8b04-ef0fb7e37ee8 52 - 5e52b116-9922-4f89-aa80-276297c625ef
53 X-Runtime: 53 X-Runtime:
54 - '0.013254' 54 - '0.018300'
55 X-XSS-Protection: 55 X-XSS-Protection:
56 - 1; mode=block 56 - 1; mode=block
57 status: 57 status:
@@ -85,7 +85,7 @@ interactions:
85 Content-Type: 85 Content-Type:
86 - text/plain 86 - text/plain
87 Date: 87 Date:
88 - Sun, 13 Nov 2022 13:16:48 GMT 88 - Sun, 13 Nov 2022 14:14:37 GMT
89 Keep-Alive: 89 Keep-Alive:
90 - timeout=5 90 - timeout=5
91 Transfer-Encoding: 91 Transfer-Encoding:
@@ -93,7 +93,7 @@ interactions:
93 X-Powered-By: 93 X-Powered-By:
94 - Express 94 - Express
95 X-Request-Id: 95 X-Request-Id:
96 - f71fc9fd-0112-4364-aed2-cbc0d67d8e0b 96 - c048c960-2873-4301-bd96-3ee80391fc88
97 status: 97 status:
98 code: 200 98 code: 200
99 message: OK 99 message: OK
Powered by cgit v1.2.3 (git 2.41.0)