mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
Fix services validation & add tests (#1456)
This commit is contained in:
7
tests/services/test_data.py
Normal file
7
tests/services/test_data.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Test services data."""
|
||||
|
||||
|
||||
def test_data_initial(coresys):
|
||||
"""Test initial data for services."""
|
||||
assert coresys.services.data.mqtt == {}
|
||||
assert coresys.services.data.mysql == {}
|
||||
Reference in New Issue
Block a user