Skip to content

Commit da3b484

Browse files
improving e2e tests
1 parent 0c7861b commit da3b484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/playwright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def _attempt_reconnect(self, logger: logging.Logger) -> None:
178178
for event, predicate in self._registered_events:
179179
self.ws.expect_event(event, predicate)
180180

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

184184
def expect_event(

0 commit comments

Comments
 (0)