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
68af7c49
Commit
68af7c49
authored
May 09, 2013
by
Christos Stavrakakis
Browse files
fix typo
parent
fa90f871
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/tests.py
View file @
68af7c49
...
...
@@ -673,7 +673,7 @@ class TestLocal(TestCase):
# user visits change password link
# "Refresh" user because created url is based on last_login timestamp
user
=
AstakosUser
.
objects
.
ge
r
(
pk
=
user
.
pk
)
user
=
AstakosUser
.
objects
.
ge
t
(
pk
=
user
.
pk
)
r
=
self
.
client
.
get
(
user
.
get_password_reset_url
())
r
=
self
.
client
.
post
(
user
.
get_password_reset_url
(),
{
'new_password1'
:
'newpass'
,
...
...
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