1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Remove deprecated Updater integration (#68981)

* Remove deprecated Updater integration

* Remove updater mock
This commit is contained in:
Franck Nijhof
2022-03-31 16:39:57 +02:00
committed by GitHub
parent 4e2b6db397
commit 2c66ac6203
58 changed files with 0 additions and 496 deletions

View File

@@ -15,13 +15,6 @@ def mock_ssdp():
yield
@pytest.fixture(autouse=True)
def mock_updater():
"""Mock updater."""
with patch("homeassistant.components.updater.get_newest_version"):
yield
@pytest.fixture(autouse=True)
def recorder_url_mock():
"""Mock recorder url."""