def test_returns_none_on_exception(self, mock_post): entity = make_federable_retraction(Mock(), Mock()) self.assertIsNone(entity)