def test_get_documents(self): """Verify `/documents` works (HTML).""" text = server.get_documents() self.assertEqual("PREFIX<br>PREFIX2", text)