mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 04:20:17 +00:00
ESPHome quality improvements round 2 (#143613)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
@@ -9,9 +9,9 @@ from homeassistant.core import HomeAssistant
|
||||
from tests.common import MockConfigEntry
|
||||
|
||||
|
||||
@pytest.mark.usefixtures("mock_zeroconf")
|
||||
async def test_delete_entry(hass: HomeAssistant, mock_client) -> None:
|
||||
"""Test we can delete an entry with error."""
|
||||
@pytest.mark.usefixtures("mock_client", "mock_zeroconf")
|
||||
async def test_delete_entry(hass: HomeAssistant) -> None:
|
||||
"""Test we can delete an entry without error."""
|
||||
entry = MockConfigEntry(
|
||||
domain=DOMAIN,
|
||||
data={CONF_HOST: "test.local", CONF_PORT: 6053, CONF_PASSWORD: ""},
|
||||
|
||||
Reference in New Issue
Block a user