mirror of
https://github.com/hacs/integration.git
synced 2025-07-25 17:11:05 +00:00
8 lines
238 B
Python
8 lines
238 B
Python
"""HACS configuration schema Test Suite."""
|
|
# pylint: disable=missing-docstring
|
|
from custom_components.hacs.utils.configuration_schema import hacs_config_combined
|
|
|
|
|
|
def test_combined():
|
|
assert isinstance(hacs_config_combined(), dict)
|