Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Valentin Samir
django-cas-server
Commits
d812257d
Commit
d812257d
authored
Jul 20, 2016
by
Valentin Samir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exclude a should not happen branche from coverage in auth.TestAuthUser.attributs
parent
8a4a4a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cas_server/auth.py
cas_server/auth.py
+1
-1
No files found.
cas_server/auth.py
View file @
d812257d
...
...
@@ -112,7 +112,7 @@ class TestAuthUser(AuthUser):
"""
if
self
.
username
==
settings
.
CAS_TEST_USER
:
return
settings
.
CAS_TEST_ATTRIBUTES
else
:
else
:
# pragma: no cover (should not happen)
return
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment