110
110
def test_member_count_with_one_member(self):
111
111
# Add a member to a list and check that the resource reflects this.
115
115
resource, response = call_api(
116
116
'http://localhost:9001/3.0/lists/test@example.com')
117
117
self.assertEqual(response.status, 200)