def test_preview_text(self): client = Client() response = client.get('/herald/0/text/') self.assertContains(response, 'Hello World')