tests/test-hgweb-commands.t
changeset 39637 23b749b84b8a
parent 39449 c3491d3f8984
child 39723 5abc47d4ca6b
--- a/tests/test-hgweb-commands.t	Sat Sep 15 00:24:05 2018 +0300
+++ b/tests/test-hgweb-commands.t	Sat Sep 15 00:37:20 2018 +0300
@@ -2276,7 +2276,7 @@
   > from mercurial import demandimport; demandimport.enable()
   > from mercurial.hgweb import hgweb
   > from mercurial.hgweb import wsgicgi
-  > app = hgweb('.', 'test')
+  > app = hgweb(b'.', b'test')
   > wsgicgi.launch(app)
   > HGWEB
   $ . "$TESTDIR/cgienv"