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