From 9431665ad56d868866afc76765aa13164f4ccc11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Riku=20Kestila=CC=88?= Date: Tue, 5 Dec 2023 15:31:34 +0200 Subject: [PATCH] fix: missing default value breaks tests in pipelines --- backend/benefit/helsinkibenefit/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/benefit/helsinkibenefit/settings.py b/backend/benefit/helsinkibenefit/settings.py index ac5ba0c56c..1c9100a9c9 100644 --- a/backend/benefit/helsinkibenefit/settings.py +++ b/backend/benefit/helsinkibenefit/settings.py @@ -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, ""),