From fbc695e5cf3a2f7a73f6f5a7682b216a5e72231d Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Sat, 19 Dec 2020 10:22:34 -0700 Subject: [PATCH] Fix setup of SimpliSafe options flow test (#44375) --- tests/components/simplisafe/test_config_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/components/simplisafe/test_config_flow.py b/tests/components/simplisafe/test_config_flow.py index d4ba26bd484..ec7ad592f15 100644 --- a/tests/components/simplisafe/test_config_flow.py +++ b/tests/components/simplisafe/test_config_flow.py @@ -72,6 +72,7 @@ async def test_options_flow(hass): with patch( "homeassistant.components.simplisafe.async_setup_entry", return_value=True ): + await hass.config_entries.async_setup(config_entry.entry_id) result = await hass.config_entries.options.async_init(config_entry.entry_id) assert result["type"] == data_entry_flow.RESULT_TYPE_FORM