1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 16:12:01 +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"