tests/test-oldcgi.t
changeset 39621 23b749b84b8a
parent 33262 8e6f4939a69a
child 39707 5abc47d4ca6b
--- a/tests/test-oldcgi.t	Sat Sep 15 00:24:05 2018 +0300
+++ b/tests/test-oldcgi.t	Sat Sep 15 00:37:20 2018 +0300
@@ -14,7 +14,7 @@
   > # sys.path.insert(0, "/path/to/python/lib") # if not a system-wide install
   > from mercurial import hgweb
   > 
-  > h = hgweb.hgweb("test", "Empty test repository")
+  > h = hgweb.hgweb(b"test", b"Empty test repository")
   > h.run()
   > HGWEB