Skip to content

Commit b134db7

Browse files
committed
minor
1 parent e9d3b78 commit b134db7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/e2e-playwright/tests/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,7 @@ def _( # noqa: C901
496496
len(created_project_uuids) == 0
497497
), "misuse of this fixture! only 1 study can be opened at a time. Otherwise please modify the fixture"
498498
with log_context(
499-
logging.INFO,
500-
f"Open project in {product_url=} as {is_product_billable=}",
499+
logging.INFO, f"Open project in {product_url=} as {is_product_billable=}"
501500
) as ctx:
502501
waiter = SocketIOProjectStateUpdatedWaiter(expected_states=expected_states)
503502
timeout = (

0 commit comments

Comments
 (0)