Skip to content

Commit

Permalink
fix kitchen_sink
Browse files Browse the repository at this point in the history
  • Loading branch information
gjohansson-ST committed Aug 16, 2023
1 parent 38dd2bf commit dd92a14
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions tests/components/kitchen_sink/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
list_statistic_ids,
)
from homeassistant.components.repairs import DOMAIN as REPAIRS_DOMAIN
from homeassistant.components.weather import DOMAIN as WEATHER_DOMAIN
from homeassistant.core import HomeAssistant
from homeassistant.setup import async_setup_component
import homeassistant.util.dt as dt_util
Expand Down Expand Up @@ -124,20 +123,6 @@ async def test_issues_created(
assert msg["success"]
assert msg["result"] == {
"issues": [
{
"breaks_in_ha_version": "2024.3.0",
"created": ANY,
"dismissed_version": None,
"domain": WEATHER_DOMAIN,
"ignored": False,
"is_fixable": False,
"issue_id": "deprecated_weather_forecast_kitchen_sink",
"issue_domain": DOMAIN,
"learn_more_url": None,
"severity": "warning",
"translation_key": "deprecated_weather_forecast",
"translation_placeholders": {"platform": DOMAIN},
},
{
"breaks_in_ha_version": "2023.1.1",
"created": ANY,
Expand Down Expand Up @@ -253,20 +238,6 @@ async def test_issues_created(
assert msg["success"]
assert msg["result"] == {
"issues": [
{
"breaks_in_ha_version": "2024.3.0",
"created": ANY,
"dismissed_version": None,
"domain": WEATHER_DOMAIN,
"ignored": False,
"is_fixable": False,
"issue_id": "deprecated_weather_forecast_kitchen_sink",
"issue_domain": DOMAIN,
"learn_more_url": None,
"severity": "warning",
"translation_key": "deprecated_weather_forecast",
"translation_placeholders": {"platform": DOMAIN},
},
{
"breaks_in_ha_version": "2023.1.1",
"created": ANY,
Expand Down

0 comments on commit dd92a14

Please sign in to comment.