From f5e51ad5f6e53c840323b2a81098d9425cb197c2 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Mon, 24 Jan 2022 18:39:18 -0700 Subject: [PATCH] Remove unused fixture in RainMachine config flow test (#64881) --- tests/components/rainmachine/test_config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/rainmachine/test_config_flow.py b/tests/components/rainmachine/test_config_flow.py index 883e21891fc..4514bbfb9d8 100644 --- a/tests/components/rainmachine/test_config_flow.py +++ b/tests/components/rainmachine/test_config_flow.py @@ -11,7 +11,7 @@ from homeassistant.const import CONF_IP_ADDRESS, CONF_PASSWORD, CONF_PORT, CONF_ from homeassistant.helpers import entity_registry as er -async def test_duplicate_error(hass, config, config_entry, setup_rainmachine): +async def test_duplicate_error(hass, config, config_entry): """Test that errors are shown when duplicates are added.""" result = await hass.config_entries.flow.async_init( DOMAIN, context={"source": config_entries.SOURCE_USER}, data=config