From 7e9070e418650f513e96339f552096d67dcb5fa9 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 29 Nov 2025 13:08:12 -0500 Subject: [PATCH] homeassistant: Fix spelling in tests Tests: - pytest runs the expected tests for Home Assistant. Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- plinth/modules/homeassistant/tests/test_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/homeassistant/tests/test_functional.py b/plinth/modules/homeassistant/tests/test_functional.py index 97c42d69d..3555fe17c 100644 --- a/plinth/modules/homeassistant/tests/test_functional.py +++ b/plinth/modules/homeassistant/tests/test_functional.py @@ -8,7 +8,7 @@ from plinth.tests import functional pytestmark = [pytest.mark.apps, pytest.mark.homeassistant] -class TestHomeAssitantApp(functional.BaseAppTests): +class TestHomeAssistantApp(functional.BaseAppTests): """Basic tests for Home Assistant app.""" app_name = 'homeassistant' has_service = True