mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00

Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Robert Resch <robert@resch.dev>
6 lines
135 B
Python
6 lines
135 B
Python
"""Test constants for Permobil."""
|
|
|
|
MOCK_URL = "https://example.com"
|
|
MOCK_REGION_NAME = "region_name"
|
|
MOCK_TOKEN = ("a" * 256, "date")
|