mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 12:05:16 +01: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"
|