Remove pragma from discover check. (#68002)

This commit is contained in:
jan iversen 2022-03-11 18:58:18 +01:00 committed by GitHub
parent 4de59b065a
commit d2e5c85429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 88 additions and 7 deletions

View file

@ -303,7 +303,7 @@ async def test_wrong_unpack_climate(hass, mock_do_cycle):
assert hass.states.get(ENTITY_ID).state == STATE_UNAVAILABLE
async def test_no_discovery_info(hass, caplog):
async def test_no_discovery_info_climate(hass, caplog):
"""Test setup without discovery info."""
assert CLIMATE_DOMAIN not in hass.config.components
assert await async_setup_component(