6 lines
147 B
Python
6 lines
147 B
Python
|
"""Tests for the Geocaching integration."""
|
||
|
|
||
|
CLIENT_ID = "1234"
|
||
|
CLIENT_SECRET = "5678"
|
||
|
REDIRECT_URI = "https://example.com/auth/external/callback"
|