Skip to content

Commit

Permalink
Fix fixture name.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4handjr committed Aug 20, 2024
1 parent d6651e3 commit b7fb9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ios/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def fixture_device_control(xcrun):
xcrun.erase()


@pytest.fixture(name="start_app_")
@pytest.fixture(name="start_app")
def fixture_start_app(nimbus_cli_args, ):
def _():
command = f"nimbus-cli --app firefox_ios --channel developer open -- {nimbus_cli_args}"
Expand Down

0 comments on commit b7fb9b6

Please sign in to comment.