mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-06 17:40:16 +00:00
Fix mypy issues in plugins and resolution (#5946)
* Fix mypy issues in plugins * Fix mypy issues in resolution module * fix misses in resolution check * Fix signatures on evaluate methods * nitpick fix suggestions
This commit is contained in:
@@ -209,7 +209,6 @@ async def test_load_error(
|
||||
|
||||
assert "Can't read resolve.tmpl" in caplog.text
|
||||
assert "Can't read hosts.tmpl" in caplog.text
|
||||
assert "Resolv template is missing" in caplog.text
|
||||
assert coresys.core.healthy is True
|
||||
|
||||
caplog.clear()
|
||||
@@ -218,7 +217,6 @@ async def test_load_error(
|
||||
|
||||
assert "Can't read resolve.tmpl" in caplog.text
|
||||
assert "Can't read hosts.tmpl" in caplog.text
|
||||
assert "Resolv template is missing" in caplog.text
|
||||
assert coresys.core.healthy is False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user