Files
core/tests/components/tile/const.py

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

5 lines
104 B
Python
Raw Normal View History

2024-12-28 12:37:21 +01:00
"""Constants for the Tile component tests."""
TEST_PASSWORD = "123abc"
TEST_USERNAME = "user@host.com"