tests/test-push-cgi.t
changeset 39621 23b749b84b8a
parent 33262 8e6f4939a69a
child 39707 5abc47d4ca6b
--- a/tests/test-push-cgi.t	Sat Sep 15 00:24:05 2018 +0300
+++ b/tests/test-push-cgi.t	Sat Sep 15 00:37:20 2018 +0300
@@ -21,7 +21,7 @@
   > from mercurial import demandimport; demandimport.enable()
   > from mercurial.hgweb import hgweb
   > from mercurial.hgweb import wsgicgi
-  > application = hgweb('.', 'test repository')
+  > application = hgweb(b'.', b'test repository')
   > wsgicgi.launch(application)
   > HGWEB
   $ chmod 755 hgweb.cgi