tests/test-newercgi.t
changeset 39621 23b749b84b8a
parent 33262 8e6f4939a69a
child 39707 5abc47d4ca6b
--- a/tests/test-newercgi.t	Sat Sep 15 00:24:05 2018 +0300
+++ b/tests/test-newercgi.t	Sat Sep 15 00:37:20 2018 +0300
@@ -16,7 +16,7 @@
   > 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