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_mutes.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/cassettes/test_mutes.yaml') diff --git a/tests/cassettes/test_mutes.yaml b/tests/cassettes/test_mutes.yaml index ab3f03b..e172e2e 100644 --- a/tests/cassettes/test_mutes.yaml +++ b/tests/cassettes/test_mutes.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-rR/p4t2Y3YzmXxWd2rKHWA==''; + style-src ''self'' http://localhost:3000 ''nonce-ZEchDy9smWgu5FGAfaO66g==''; 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: - - 381be473-a416-4d99-bbeb-3788917b27ed + - 4d4709db-38ea-4e61-bcf4-fbc7fd4abd78 X-Runtime: - - '0.009792' + - '0.022777' X-XSS-Protection: - 1; mode=block status: -- cgit v1.2.3