tests/test-clone-cgi.t
changeset 37668 2a42ca2679e2
parent 33262 8e6f4939a69a
child 39707 5abc47d4ca6b
--- a/tests/test-clone-cgi.t	Sat Apr 14 02:04:19 2018 +0530
+++ b/tests/test-clone-cgi.t	Sat Apr 14 02:06:03 2018 +0530
@@ -17,7 +17,7 @@
   > from mercurial import demandimport; demandimport.enable()
   > from mercurial.hgweb import hgweb
   > from mercurial.hgweb import wsgicgi
-  > application = hgweb("test", "Empty test repository")
+  > application = hgweb(b"test", b"Empty test repository")
   > wsgicgi.launch(application)
   > HGWEB
   $ chmod 755 hgweb.cgi