File tree Expand file tree Collapse file tree 2 files changed +0
-28
lines changed
tests/components/jewish_calendar Expand file tree Collapse file tree 2 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -140,17 +140,3 @@ async def test_issur_melacha_sensor_update(
140140 async_fire_time_changed (hass )
141141 await hass .async_block_till_done ()
142142 assert hass .states .get (sensor_id ).state == results [1 ]
143-
144-
145- async def test_no_discovery_info (
146- hass : HomeAssistant , caplog : pytest .LogCaptureFixture
147- ) -> None :
148- """Test setup without discovery info."""
149- assert BINARY_SENSOR_DOMAIN not in hass .config .components
150- assert await async_setup_component (
151- hass ,
152- BINARY_SENSOR_DOMAIN ,
153- {BINARY_SENSOR_DOMAIN : {CONF_PLATFORM : DOMAIN }},
154- )
155- await hass .async_block_till_done ()
156- assert BINARY_SENSOR_DOMAIN in hass .config .components
Original file line number Diff line number Diff line change @@ -569,17 +569,3 @@ async def test_sensor_does_not_update_on_time_change(
569569 async_fire_time_changed (hass )
570570 await hass .async_block_till_done ()
571571 assert hass .states .get (sensor_id ).state == results ["new_state" ]
572-
573-
574- async def test_no_discovery_info (
575- hass : HomeAssistant , caplog : pytest .LogCaptureFixture
576- ) -> None :
577- """Test setup without discovery info."""
578- assert SENSOR_DOMAIN not in hass .config .components
579- assert await async_setup_component (
580- hass ,
581- SENSOR_DOMAIN ,
582- {SENSOR_DOMAIN : {CONF_PLATFORM : DOMAIN }},
583- )
584- await hass .async_block_till_done ()
585- assert SENSOR_DOMAIN in hass .config .components
You can’t perform that action at this time.
0 commit comments