Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
itminedu
synnefo
Commits
e33d30b1
Commit
e33d30b1
authored
May 17, 2013
by
Christos Stavrakakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
astakos: Fix typo in tests
parent
2e528875
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
snf-astakos-app/astakos/im/tests/auth.py
snf-astakos-app/astakos/im/tests/auth.py
+1
-1
No files found.
snf-astakos-app/astakos/im/tests/auth.py
View file @
e33d30b1
...
...
@@ -181,7 +181,7 @@ class ShibbolethTests(TestCase):
client
.
reset_tokens
()
self
.
assertRedirects
(
r
,
"/im/signup?third_party_token=%s"
%
token
)
form
=
r
.
context
[
'form'
]
form
=
r
.
context
[
'
login_
form'
]
signupdata
=
copy
.
copy
(
form
.
initial
)
signupdata
[
'email'
]
=
'kpap@synnefo.org'
signupdata
[
'third_party_token'
]
=
token
...
...
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