From b1e1ec7bdc9e84ecd31626f1a4fbf645e84d0bb2 Mon Sep 17 00:00:00 2001 From: halcy Date: Sun, 13 Nov 2022 15:33:10 +0200 Subject: Add support for timed mutes, fix tests to actually pass with new setup --- tests/cassettes/test_blocks.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/cassettes/test_blocks.yaml') diff --git a/tests/cassettes/test_blocks.yaml b/tests/cassettes/test_blocks.yaml index 7cb148f..1fe38df 100644 --- a/tests/cassettes/test_blocks.yaml +++ b/tests/cassettes/test_blocks.yaml @@ -23,7 +23,7 @@ interactions: Content-Security-Policy: - 'base-uri ''none''; default-src ''none''; frame-ancestors ''none''; font-src ''self'' http://localhost:3000; img-src ''self'' https: data: blob: http://localhost:3000; - style-src ''self'' http://localhost:3000 ''nonce-/kqmbkU0GeswA2D5TqNjaQ==''; + style-src ''self'' http://localhost:3000 ''nonce-u5Mow+/G0dbQNuNhdUlZrw==''; media-src ''self'' https: data: http://localhost:3000; frame-src ''self'' https:; manifest-src ''self'' http://localhost:3000; connect-src ''self'' data: blob: http://localhost:3000 http://localhost:3000 ws://localhost:4000 @@ -49,9 +49,9 @@ interactions: X-Permitted-Cross-Domain-Policies: - none X-Request-Id: - - 9c037fc0-d7bd-4df1-bd20-5e5bbf4f3941 + - 4214b388-da6c-49d4-8cd1-f03bcf0409b5 X-Runtime: - - '0.009719' + - '0.010998' X-XSS-Protection: - 1; mode=block status: -- cgit v1.2.3