mirror of
https://github.com/home-assistant/core.git
synced 2026-05-17 22:10:57 +01:00
4112b2af07
Co-authored-by: Joostlek <joostlek@outlook.com>
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"
|