diff --git a/tests/py/test_history.py b/tests/py/test_history.py index 2c34e3edf7..02c8ec3cdc 100644 --- a/tests/py/test_history.py +++ b/tests/py/test_history.py @@ -115,7 +115,7 @@ def test_participant_can_view_history(self): def test_admin_can_view_closed_participant_history(self): self.make_exchange('braintree-cc', -30, 0, self.alice) - self.alice.close(None) + self.alice.close() self.make_participant('bob', claimed_time='now', is_admin=True) response = self.client.GET('/~alice/history/?year=%s' % self.past_year, auth_as='bob')