Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
236 B
Python
Raw Permalink Normal View History

2026-05-13 04:07:39 +08:00
"""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"