Improve type hints in traccar tests (#123919)

This commit is contained in:
epenet 2024-08-14 15:04:51 +02:00 committed by GitHub
parent 78c868c075
commit 99b1fc75d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,