Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created April 1, 2013 16:21
Show Gist options
  • Save groovecoder/5285955 to your computer and use it in GitHub Desktop.
Save groovecoder/5285955 to your computer and use it in GitHub Desktop.
======================================================================
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