1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-26 18:26:25 +01:00
Files
2022-10-09 23:50:05 -05:00

8 lines
197 B
Python

"""Constants for the Jellyfin integration tests."""
from typing import Final
TEST_URL: Final = "https://example.com"
TEST_USERNAME: Final = "test-username"
TEST_PASSWORD: Final = "test-password"