Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
b49a1ce8
Commit
b49a1ce8
authored
Aug 29, 2015
by
Enrico Zini
Browse files
Fixed test to match the test data
parent
df9b7632
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/tests/test_person.py
View file @
b49a1ce8
...
...
@@ -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
,
'test
user@debian.org
'
,
2
)
self
.
assertContains
(
response
,
'Test
Test
'
,
1
)
self
.
assertContains
(
response
,
'
>
test
<
'
,
1
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment