mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Fix geonetnz_quakes test flapping (#37473)
This commit is contained in:
parent
15b28bda14
commit
ebcee2eb35
@ -27,7 +27,7 @@ from tests.components.geonetnz_quakes import _generate_mock_feed_entry
|
||||
CONFIG = {geonetnz_quakes.DOMAIN: {CONF_RADIUS: 200}}
|
||||
|
||||
|
||||
async def test_setup(hass):
|
||||
async def test_setup(hass, legacy_patchable_time):
|
||||
"""Test the general setup of the integration."""
|
||||
# Set up some mock feed entries for this test.
|
||||
mock_entry_1 = _generate_mock_feed_entry(
|
||||
|
Loading…
x
Reference in New Issue
Block a user