# HG changeset patch # User Paul Boddie # Date 1444748951 -7200 # Node ID a46e377b0b6ad2eaa7ae650e86fafbe06b745c28 # Parent 86d401e6e30ab1c610619c6b7ac3139a8fe13063 Fixed update_participation usage. diff -r 86d401e6e30a -r a46e377b0b6a tests/test_handle.py --- a/tests/test_handle.py Mon Oct 12 23:53:38 2015 +0200 +++ b/tests/test_handle.py Tue Oct 13 17:09:11 2015 +0200 @@ -49,7 +49,7 @@ # Reply only on behalf of this user. if action in ("accept", "decline"): - attendee_attr = self.update_participation(self.obj, action == "accept" and "ACCEPTED" or "DECLINED") + attendee_attr = self.update_participation(action == "accept" and "ACCEPTED" or "DECLINED") method = "REPLY" # For counter-proposals, set a new main period for the event.