1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-17 22:10:57 +01:00
Files
core/tests/components/xthings_cloud/const.py
T
zhangluofeng 4112b2af07 Add Xthings Cloud (#167885)
Co-authored-by: Joostlek <joostlek@outlook.com>
2026-05-12 22:07:39 +02:00

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"