[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1ca86b28dd
commit
683ffcd2c1
1 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue