85
87
raise AssertionError('Expected HTTPError')
87
89
def test_try_to_leave_a_list_twice(self):
91
93
url = 'http://localhost:9001/3.0/members/1'
92
94
content, response = call_api(url, method='DELETE')
93
95
# For a successful DELETE, the response code is 204 and there is no