Files

7 lines
171 B
Python

"""Constants for the Anglian Water test suite."""
ACCOUNT_NUMBER = "171266493"
ACCESS_TOKEN = "valid_token"
USERNAME = "hello@example.com"
PASSWORD = "SecurePassword123"