mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Be consistent with Home Assistant and Hass.io spelling (#30500)
* Be consistent with Home Assistant spelling * Be consistent with Hass.io spelling
This commit is contained in:
@@ -17,7 +17,7 @@ from tests.common import async_mock_service
|
||||
|
||||
@pytest.fixture
|
||||
def mock_api_client(hass, hass_client):
|
||||
"""Start the Hass HTTP component and return admin API client."""
|
||||
"""Start the Home Assistant HTTP component and return admin API client."""
|
||||
hass.loop.run_until_complete(async_setup_component(hass, "api", {}))
|
||||
return hass.loop.run_until_complete(hass_client())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user