mirror of
https://github.com/home-assistant/core.git
synced 2026-07-05 08:01:26 +02:00
8 lines
236 B
Python
8 lines
236 B
Python
|
|
"""Constants for Xthings Cloud integration tests."""
|
||
|
|
|
||
|
|
MOCK_EMAIL = "test@example.com"
|
||
|
|
MOCK_PASSWORD = "test_password"
|
||
|
|
MOCK_TOKEN = "mock_token"
|
||
|
|
MOCK_REFRESH_TOKEN = "mock_refresh_token"
|
||
|
|
MOCK_USER_ID = "02c7badf2b3d44d953b48b579eb9eeb5"
|