def test_accept_empty_id_raises_not_found_exception(self): Dispute.accept(" ")
def test_accept_none_raises_not_found_exception(self): Dispute.accept(None)