Skip to content
Snippets Groups Projects
Commit 60e26bc9 authored by Sylvain Le Bon's avatar Sylvain Le Bon Committed by Benoit Alessandroni
Browse files

bugfix: added the needed secret key

parent 9ad43d29
No related branches found
No related tags found
1 merge request!111Django4
......@@ -12,6 +12,7 @@ config = {
# required values for server
'server': {
'SECRET_KEY': "$r&)p-4k@h5b!1yrft6&q%j)_p$lxqh6#)jeeu0z1iag&y&wdu",
'JABBER_DEFAULT_HOST': ''
}
}
......
......@@ -18,7 +18,7 @@ from oidc_provider.tests.app.utils import create_fake_client, FAKE_NONCE, create
from djangoldp_account.models import LDPUser
from djangoldp_account.tests.models import OwnedResource
#TODO: catch warnings
class AuthBackendTestCase(APITestCase):
def setUp(self):
call_command('creatersakey')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment