mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
6 lines
112 B
Python
6 lines
112 B
Python
"""Constants for aladdin_connect tests."""
|
|
|
|
CLIENT_ID = "1234"
|
|
CLIENT_SECRET = "5678"
|
|
USER_ID = "test_user_123"
|