Co-authored-by: Paulus Schoutsen <[email protected]> Co-authored-by: Reinder Reinders <[email protected]> Co-authored-by: Franck Nijhof <[email protected]>
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"
|