Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ======================================================================
  2. FAIL: test_login_with_link (newsletter.tests.LoginLinkTest)
  3. ----------------------------------------------------------------------
  4. Traceback (most recent call last):
  5. File "/home/vagrant/.virtualenvs/oppnet/local/lib/python2.7/site-packages/django/test/utils.py", line 224, in inner
  6. return test_func(*args, **kwargs)
  7. File "/home/vagrant/oppnet/opportunitynet/newsletter/tests.py", line 3773, in test_login_with_link
  8. self.assertContains(response, '<h1 class="text-center">Find Opportunities</h1>', html=True)
  9. File "/home/vagrant/.virtualenvs/oppnet/local/lib/python2.7/site-packages/django/test/testcases.py", line 654, in assertContains
  10. "Response's content is not valid HTML:")
  11. File "/home/vagrant/.virtualenvs/oppnet/local/lib/python2.7/site-packages/django/test/testcases.py", line 100, in assert_and_parse_html
  12. self.fail(self._formatMessage(user_msg, standardMsg))
  13. AssertionError: Response's content is not valid HTML:
  14. Unexpected end tag `a` (Line 152, Column 6118)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement