From 3a16a73037db7547f1af220c56b8fc7f84572923 Mon Sep 17 00:00:00 2001 From: Denis Shulyaka Date: Sun, 11 Aug 2024 22:19:34 +0300 Subject: [PATCH] fix ci --- custom_components/powerllm/manifest.json | 2 +- tests/test_http.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/custom_components/powerllm/manifest.json b/custom_components/powerllm/manifest.json index 5e989ce..81c06db 100644 --- a/custom_components/powerllm/manifest.json +++ b/custom_components/powerllm/manifest.json @@ -5,9 +5,9 @@ "config_flow": true, "dependencies": ["assist_pipeline", "http", "intent", "script"], "documentation": "https://github.com/Shulyaka/powerllm/blob/master/README.md", - "issue_tracker": "https://github.com/Shulyaka/powerllm/issues", "integration_type": "service", "iot_class": "local_push", + "issue_tracker": "https://github.com/Shulyaka/powerllm/issues", "requirements": [], "version": "0.0.1" } diff --git a/tests/test_http.py b/tests/test_http.py index 3432544..e055cce 100644 --- a/tests/test_http.py +++ b/tests/test_http.py @@ -9,6 +9,10 @@ from syrupy.assertion import SnapshotAssertion +def test_test(hass): + """Workaround for https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/discussions/160.""" + + async def test_http_api_list( hass: HomeAssistant, hass_client: ClientSessionGenerator,