Improve buienradar tests (#50101)

This commit is contained in:
Rob Bierbooms 2021-05-05 09:05:46 +02:00 committed by GitHub
parent 44383f25ce
commit 2b461073ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 16 deletions

View file

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