[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
f26cb19373
commit
5d4217bfb1
1 changed files with 1 additions and 2 deletions
|
|
@ -1131,8 +1131,7 @@ with sync_playwright() as p:
|
|||
"At least one non-system message is required",
|
||||
)
|
||||
real_errors = [
|
||||
e for e in page_errors
|
||||
if not any(pat in e for pat in BENIGN_PATTERNS)
|
||||
e for e in page_errors if not any(pat in e for pat in BENIGN_PATTERNS)
|
||||
]
|
||||
if page_errors:
|
||||
info(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue