tests/test-hgweb-no-path-info.t
changeset 39659 19f701387ed5
parent 33720 27fb986e54d0
child 39664 322aaf80acf3
--- a/tests/test-hgweb-no-path-info.t	Sun Sep 16 20:20:59 2018 +0530
+++ b/tests/test-hgweb-no-path-info.t	Sun Sep 16 20:49:37 2018 +0530
@@ -64,11 +64,11 @@
   > 
   > output = stringio()
   > env['QUERY_STRING'] = 'style=atom'
-  > process(hgweb('.', name='repo'))
+  > process(hgweb(b'.', name=b'repo'))
   > 
   > output = stringio()
   > env['QUERY_STRING'] = 'style=raw'
-  > process(hgwebdir({'repo': '.'}))
+  > process(hgwebdir({'repo': b'.'}))
   > EOF
   $ $PYTHON request.py
   ---- STATUS