Improve type hints in traccar tests (#123919)
This commit is contained in:
parent
78c868c075
commit
99b1fc75d3
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ async def setup_zones(hass: HomeAssistant) -> None:
|
|||
|
||||
|
||||
@pytest.fixture(name="webhook_id")
|
||||
async def webhook_id_fixture(hass, client):
|
||||
async def webhook_id_fixture(hass: HomeAssistant, client: TestClient) -> str:
|
||||
"""Initialize the Traccar component and get the webhook_id."""
|
||||
await async_process_ha_core_config(
|
||||
hass,
|
||||
|
|
Loading…
Add table
Reference in a new issue