We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d3b78 commit b134db7Copy full SHA for b134db7
tests/e2e-playwright/tests/conftest.py
@@ -496,8 +496,7 @@ def _( # noqa: C901
496
len(created_project_uuids) == 0
497
), "misuse of this fixture! only 1 study can be opened at a time. Otherwise please modify the fixture"
498
with log_context(
499
- logging.INFO,
500
- f"Open project in {product_url=} as {is_product_billable=}",
+ logging.INFO, f"Open project in {product_url=} as {is_product_billable=}"
501
) as ctx:
502
waiter = SocketIOProjectStateUpdatedWaiter(expected_states=expected_states)
503
timeout = (
0 commit comments