response = self.client.post(
            reverse("add_poll"),
            data={
                "title": "Free Response Poll",
                "description": "This is a test poll!",