mirror of
https://github.com/home-assistant/core.git
synced 2026-09-16 21:48:38 +01:00
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
6 lines
120 B
Python
6 lines
120 B
Python
"""Tests for the Discogs integration."""
|
|
|
|
MOCK_TOKEN = "test_token_123"
|
|
MOCK_USERNAME = "testuser"
|
|
MOCK_USER_ID = 12345
|