mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Bring emoncms coverage to 100% (#130092)
Remove mock_setup_entry from emoncms OptionsFlow test
This commit is contained in:
@@ -106,7 +106,6 @@ CONFIG_ENTRY = {
|
|||||||
|
|
||||||
async def test_options_flow(
|
async def test_options_flow(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_setup_entry: AsyncMock,
|
|
||||||
emoncms_client: AsyncMock,
|
emoncms_client: AsyncMock,
|
||||||
config_entry: MockConfigEntry,
|
config_entry: MockConfigEntry,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
Reference in New Issue
Block a user