Skip to content

Commit

Permalink
fix: missing default value breaks tests in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
rikuke committed Dec 5, 2023
1 parent ec1a819 commit 9431665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/benefit/helsinkibenefit/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
# For AHJO Rest API authentication
AHJO_CLIENT_ID=(str, ""),
AHJO_CLIENT_SECRET=(str, ""),
AHJO_TOKEN_URL=(str, ""),
AHJO_TOKEN_URL=(str, "https://johdontyopoytahyte.hel.fi/ids4/connect/token"),
AHJO_REST_API_URL=(str, "https://ahjohyte.hel.fi:9802/ahjorest/v1"),
AHJO_REDIRECT_URL=(str, "https://helsinkilisa/dummyredirect.html"),
AHJO_ALLOWED_IP=(str, ""),
Expand Down

0 comments on commit 9431665

Please sign in to comment.