mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +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"
|