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