Rename MQTT entry mock and cleanup (#91223)
Rename to mqtt_mock_entry and cleanup
This commit is contained in:
parent
b7cc42d135
commit
bb15923968
35 changed files with 2275 additions and 2322 deletions
|
@ -26,10 +26,10 @@ def no_platforms():
|
|||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
async def setup_comp(hass: HomeAssistant, mqtt_mock_entry_no_yaml_config):
|
||||
async def setup_comp(hass: HomeAssistant, mqtt_mock_entry):
|
||||
"""Initialize components."""
|
||||
mock_component(hass, "group")
|
||||
return await mqtt_mock_entry_no_yaml_config()
|
||||
return await mqtt_mock_entry()
|
||||
|
||||
|
||||
async def test_if_fires_on_topic_match(hass: HomeAssistant, calls) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue