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

Bump awesomeversion to 21.8.1 (#55817)

This commit is contained in:
Ruslan Sayfutdinov
2021-09-11 19:40:46 +01:00
committed by GitHub
parent ed9b271fd0
commit a9ed4fa405
5 changed files with 12 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ async def test_custom_integration_version_not_valid(
await loader.async_get_integration(hass, "test_no_version")
assert (
"The custom integration 'test_no_version' does not have a valid version key (None) in the manifest file and was blocked from loading."
"The custom integration 'test_no_version' does not have a version key in the manifest file and was blocked from loading."
in caplog.text
)