4 lines
124 B
Python
4 lines
124 B
Python
"""Define common SimpliSafe test constants/etc."""
|
|
REFRESH_TOKEN = "token123"
|
|
USERNAME = "user@email.com"
|
|
USER_ID = "12345"
|