Files
home-assistant-core/tests/components/senz/const.py
T

7 lines
149 B
Python

"""Constants for the senz component tests."""
CLIENT_ID = "test_client_id"
CLIENT_SECRET = "test_client_secret"
ENTRY_UNIQUE_ID = "test_unique_id"