mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 03:37:51 +00:00
8 lines
197 B
Python
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"
|