Fix unit tests for new forget password flow
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 1 Jan 2012 18:20:38 +0000 (19:20 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 1 Jan 2012 18:20:38 +0000 (19:20 +0100)
After changing the password, the login page is now shown.
It contains a message.  (we can't test for that easily
currently.  There is a bug open on this problem.)

At least for the login page being shown now.

mediagoblin/tests/test_auth.py

index e54ffa5aad46afe7cf59751f95cd756ecf0037e6..411b4539a7f0390f75cfad5a7c4fc7e901066341 100644 (file)
@@ -291,7 +291,7 @@ def test_register_views(test_app):
             'token': parsed_get_params['token']})
     response.follow()
     assert template.TEMPLATE_TEST_CONTEXT.has_key(
-        'mediagoblin/auth/fp_changed_success.html')
+        'mediagoblin/auth/login.html')
 
     ## Verify step 2.2 of password-change works -- login w/ new password success
     template.clear_test_template_context()