Skip to content

Commit

Permalink
improving e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 committed Nov 19, 2024
1 parent 0c7861b commit da3b484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def _attempt_reconnect(self, logger: logging.Logger) -> None:
for event, predicate in self._registered_events:
self.ws.expect_event(event, predicate)

except Exception as e:
except Exception as e: # pylint: disable=broad-except
logger.error("🚨 Failed to reconnect WebSocket: %s", e)

def expect_event(
Expand Down

0 comments on commit da3b484

Please sign in to comment.