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:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user