mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 06:05:14 +01: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"
|