Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
1c7274c1
Commit
1c7274c1
authored
Jun 12, 2013
by
Sofia Papagiannaki
Browse files
astakos: fix tests
parent
c06b7e43
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/tests/auth.py
View file @
1c7274c1
...
...
@@ -1335,7 +1335,6 @@ class TestWebloginRedirect(TestCase):
# valid scheme
r
=
self
.
client
.
get
(
valid_scheme
,
follow
=
True
)
self
.
assertEqual
(
len
(
r
.
redirect_chain
),
3
)
url
=
r
.
redirect_chain
[
1
][
0
]
# scheme preserved
self
.
assertTrue
(
url
.
startswith
(
'pithos://localhost/'
))
...
...
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