diff -r 701c261fba83 -r 2a42ca2679e2 tests/test-clone-cgi.t --- 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