From 5d4217bfb1bdfd70c849771d1e03468380abe8b3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 08:56:34 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/studio/playwright_chat_ui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/studio/playwright_chat_ui.py b/tests/studio/playwright_chat_ui.py index 800ad4f714..66a4949f0d 100644 --- a/tests/studio/playwright_chat_ui.py +++ b/tests/studio/playwright_chat_ui.py @@ -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(