Mercurial > p > roundup > code
diff test/test_cgi.py @ 6268:bdcccd2b2141
Replace http:....roundup-tracker.org with https.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 09 Sep 2020 21:37:16 -0400 |
| parents | 15fd91fd3c4c |
| children | 58817c3bf471 |
line wrap: on
line diff
--- a/test/test_cgi.py Wed Sep 09 21:30:22 2020 -0400 +++ b/test/test_cgi.py Wed Sep 09 21:37:16 2020 -0400 @@ -1162,7 +1162,7 @@ # Should return explanation because content type is text/plain # and not text/xml cl.handle_xmlrpc() - self.assertEqual(out[0], b"This is the endpoint of Roundup <a href='http://www.roundup-tracker.org/docs/xmlrpc.html'>XML-RPC interface</a>.") + self.assertEqual(out[0], b"This is the endpoint of Roundup <a href='https://www.roundup-tracker.org/docs/xmlrpc.html'>XML-RPC interface</a>.") del(out[0]) # Should return admin user indicating auth works and
