Remove unused fixture in RainMachine config flow test (#64881)

This commit is contained in:
Aaron Bach 2022-01-24 18:39:18 -07:00 committed by GitHub
parent d9b81bb04d
commit f5e51ad5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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