Created
April 1, 2013 16:21
-
-
Save groovecoder/5285955 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
FAIL: test_clean_next_url_protocol_relative_redirect (vagrant.apps.users.tests.test_templates.LoginTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/users/tests/test_templates.py", line 143, in test_clean_next_url_protocol_relative_redirect | |
eq_(None, _clean_next_url(redir_request)) | |
File "/vagrant/vendor/packages/nose/nose/tools.py", line 31, in eq_ | |
assert a == b, msg or "%r != %r" % (a, b) | |
AssertionError: None != u'%252f%252fgoo.gl/yY9B5&paddingpaddingpadding' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment