diff --git a/tests/test-hgweb-no-path-info.t b/tests/test-hgweb-no-path-info.t --- a/tests/test-hgweb-no-path-info.t +++ b/tests/test-hgweb-no-path-info.t @@ -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