Files
home-assistant-core/tests/components/permobil/const.py
T
2023-11-24 10:40:59 +01:00

6 lines
135 B
Python

"""Test constants for Permobil."""
MOCK_URL = "https://example.com"
MOCK_REGION_NAME = "region_name"
MOCK_TOKEN = ("a" * 256, "date")