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

After merge, review. (#51139)

This commit is contained in:
jan iversen
2021-05-27 08:28:31 +02:00
committed by GitHub
parent fdfb84e8e2
commit 8d365e8bf5
2 changed files with 2 additions and 3 deletions

View File

@@ -210,7 +210,7 @@ async def test_config_wrong_struct_sensor(
expect_setup_to_fail=True,
)
assert error_message in "".join(caplog.messages)
assert error_message in caplog.text
@pytest.mark.parametrize(