mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix flapping gdacs tests (#37363)
This commit is contained in:
@@ -25,7 +25,7 @@ from tests.components.gdacs import _generate_mock_feed_entry
|
||||
CONFIG = {gdacs.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(
|
||||
|
||||
Reference in New Issue
Block a user