Skip to content
Snippets Groups Projects
Unverified Commit 93df0a6d authored by J. Nick Koston's avatar J. Nick Koston Committed by GitHub
Browse files

Fix flapping geonetnz_volcano test (#37497)

parent ff3407ea
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ from tests.components.geonetnz_volcano import _generate_mock_feed_entry
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."""
# Set up some mock feed entries for this test.
mock_entry_1 = _generate_mock_feed_entry(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment