mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 23:10:15 +01:00
1be2e4f90c
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
7 lines
170 B
Python
7 lines
170 B
Python
"""Constants for the Anglian Water test suite."""
|
|
|
|
ACCOUNT_NUMBER = "12345678"
|
|
ACCESS_TOKEN = "valid_token"
|
|
USERNAME = "hello@example.com"
|
|
PASSWORD = "SecurePassword123"
|