From 683ffcd2c1214731897a9b214a9fed85e47f7f15 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 06:41:37 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/studio/playwright_extra_ui.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/studio/playwright_extra_ui.py b/tests/studio/playwright_extra_ui.py index b8f0bec116..2d84c3d078 100644 --- a/tests/studio/playwright_extra_ui.py +++ b/tests/studio/playwright_extra_ui.py @@ -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)