def test_homepage_unauthenticated(self):
        response = self.client.get(reverse('base:home'))
        self.assertEqual(response.status_code, 200)