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