Commit b49a1ce8 authored by Enrico Zini's avatar Enrico Zini
Browse files

Fixed test to match the test data

parent df9b7632
......@@ -23,5 +23,5 @@ class PersonPageTestCase(NMFactoryMixin, TestCase):
"""
# Check that the new person is listed on the page
response = self.client.get('/public/people')
self.assertContains(response, 'Test User', 1)
self.assertContains(response, 'testuser@debian.org', 2)
self.assertContains(response, 'Test Test', 1)
self.assertContains(response, '>test<', 1)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment