def test_return_feed_status_code(self):
        response = self.client.get("/feed/", follow=True)
        self.assertEqual(response.status_code, 200)