Fix one CI issue with app logs, more to come...

This commit is contained in:
Dustin Brett
2025-02-27 21:49:13 -08:00
parent 1ae783a4e0
commit ab4b14ddc4

View File

@@ -34,7 +34,7 @@ export const EXCLUDED_CONSOLE_LOGS = (
'Error: "Content-Security-Policy:',
"an ancestor violates the following Content Security Policy directive",
// Messenger
"WebSocket connection to 'wss://public.relaying.io/' failed: Error during WebSocket handshake: Unexpected response code: 530"
"WebSocket connection to 'wss://public.relaying.io/' failed:"
);
if (browserName === "firefox") {