def test_documents_no_user(self):
        self.login()
        response = self.client.get(url_for("documents.show_documents"))
        assert response.data.decode() == "Documents :-)"
        assert "documents.show_documents" in self.mgr.ignored_endpoints