[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-05-07 06:41:37 +00:00
commit 683ffcd2c1

View file

@ -121,9 +121,7 @@ with sync_playwright() as p:
# flow's second prompt races the first prompt's SSE stream. These
# are timing artefacts on slow CI runners (macos-14 free), not
# Studio bugs.
_BENIGN_PAGEERROR_PATTERNS = (
"At least one non-system message is required",
)
_BENIGN_PAGEERROR_PATTERNS = ("At least one non-system message is required",)
def _on_pageerror(e):
msg = str(e)