mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
Allow IntegrationNotFound when checking config in safe mode (#56283)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
This commit is contained in:
@@ -74,7 +74,7 @@ def test_component_platform_not_found(mock_is_file, loop):
|
||||
assert res["components"].keys() == {"homeassistant"}
|
||||
assert res["except"] == {
|
||||
check_config.ERROR_STR: [
|
||||
"Component error: beer - Integration 'beer' not found."
|
||||
"Integration error: beer - Integration 'beer' not found."
|
||||
]
|
||||
}
|
||||
assert res["secret_cache"] == {}
|
||||
|
||||
Reference in New Issue
Block a user