summaryrefslogtreecommitdiff
path: root/tests/restrictive_idp_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/restrictive_idp_conf.py')
-rw-r--r--tests/restrictive_idp_conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/restrictive_idp_conf.py b/tests/restrictive_idp_conf.py
index 67b4ec50..70d78bce 100644
--- a/tests/restrictive_idp_conf.py
+++ b/tests/restrictive_idp_conf.py
@@ -14,8 +14,8 @@ CONFIG = {
"service": {
"idp": {
"endpoints": {
- "single_sign_on_service": [(BASE + "sso", BINDING_HTTP_REDIRECT)],
- "attribute_service": [(BASE + "aa", BINDING_SOAP)],
+ "single_sign_on_service": [(f"{BASE}sso", BINDING_HTTP_REDIRECT)],
+ "attribute_service": [(f"{BASE}aa", BINDING_SOAP)],
},
"policy": {
"default": {"lifetime": {"minutes": 15}, "name_form": NAME_FORMAT_URI},