Bring emoncms coverage to 100% (#130092)

Remove mock_setup_entry from emoncms OptionsFlow test
This commit is contained in:
epenet
2024-11-08 13:42:19 +01:00
committed by GitHub
parent 94d597fd41
commit 18cf96b92b

View File

@ -106,7 +106,6 @@ CONFIG_ENTRY = {
async def test_options_flow(
hass: HomeAssistant,
mock_setup_entry: AsyncMock,
emoncms_client: AsyncMock,
config_entry: MockConfigEntry,
) -> None: