* adds tests for views in intervention app
* fixes bugs detected by test writing
This commit is contained in:
2021-10-26 11:38:34 +02:00
parent 100f31bda7
commit 023bdda545
6 changed files with 319 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ PAGE_DEFAULT = 1
# SSO settings
SSO_SERVER_BASE = "http://127.0.0.1:8000/"
SSO_SERVER = "{}sso/".format(SSO_SERVER_BASE)
SSO_SERVER = f"{SSO_SERVER_BASE}sso/"
SSO_PRIVATE_KEY = "CHANGE_ME"
SSO_PUBLIC_KEY = "CHANGE_ME"