Improve buienradar tests (#50101)
This commit is contained in:
parent
44383f25ce
commit
2b461073ff
3 changed files with 24 additions and 16 deletions
|
@ -7,7 +7,7 @@ from tests.common import MockConfigEntry
|
|||
TEST_CFG_DATA = {CONF_LATITUDE: 51.5288504, CONF_LONGITUDE: 5.4002156}
|
||||
|
||||
|
||||
async def test_smoke_test_setup_component(hass):
|
||||
async def test_smoke_test_setup_component(aioclient_mock, hass):
|
||||
"""Smoke test for successfully set-up with default config."""
|
||||
mock_entry = MockConfigEntry(domain=DOMAIN, unique_id="TEST_ID", data=TEST_CFG_DATA)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue