mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
Batch of Component(s) -> Integration(s) (#24972)
This commit is contained in:
committed by
Paulus Schoutsen
parent
e75c9efb3f
commit
31f569ada9
@@ -77,7 +77,7 @@ async def test_only_valid_components(hass, mqtt_mock, caplog):
|
||||
|
||||
await hass.async_block_till_done()
|
||||
|
||||
assert 'Component {} is not supported'.format(
|
||||
assert 'Integration {} is not supported'.format(
|
||||
invalid_component
|
||||
) in caplog.text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user