Skip to content

Commit 244c740

Browse files
committed
syntax
1 parent 2cb5820 commit 244c740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e-playwright/tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ def create_new_project_and_delete(
482482
def _(
483483
expected_states: tuple[RunningState] = (RunningState.NOT_STARTED,),
484484
*,
485-
press_open: bool = True,
486-
template_id: str | None = None,
485+
press_open: bool,
486+
template_id: str | None,
487487
service_version: str | None,
488488
) -> dict[str, Any]:
489489
assert (

0 commit comments

Comments
 (0)