Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
djangoldp-account
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
djangoldp-packages
djangoldp-account
Commits
60e26bc9
Commit
60e26bc9
authored
1 year ago
by
Sylvain Le Bon
Committed by
Benoit Alessandroni
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
bugfix: added the needed secret key
parent
9ad43d29
No related branches found
No related tags found
1 merge request
!111
Django4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
djangoldp_account/tests/runner.py
+1
-0
1 addition, 0 deletions
djangoldp_account/tests/runner.py
djangoldp_account/tests/tests_auth_backends.py
+1
-1
1 addition, 1 deletion
djangoldp_account/tests/tests_auth_backends.py
with
2 additions
and
1 deletion
djangoldp_account/tests/runner.py
+
1
−
0
View file @
60e26bc9
...
...
@@ -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
'
:
''
}
}
...
...
This diff is collapsed.
Click to expand it.
djangoldp_account/tests/tests_auth_backends.py
+
1
−
1
View file @
60e26bc9
...
...
@@ -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
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment