1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 04:46:08 +00:00
Files
core/tests/components/jellyfin/const.py
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"