Files
core/tests/components/discogs/__init__.py
T
2026-09-14 21:41:21 +02:00

6 lines
120 B
Python

"""Tests for the Discogs integration."""
MOCK_TOKEN = "test_token_123"
MOCK_USERNAME = "testuser"
MOCK_USER_ID = 12345