tests/test-http-protocol.t
changeset 41383 0cfbe78fc13e
parent 41380 090a797f2b47
child 41502 2f7408b7d247
--- a/tests/test-http-protocol.t	Fri Jan 25 15:31:07 2019 -0800
+++ b/tests/test-http-protocol.t	Fri Jan 25 15:36:55 2019 -0800
@@ -389,7 +389,7 @@
   >     relpath = path[len(b'/redirector'):]
   >     res.status = b'301 Redirect'
   >     newurl = b'%s/redirected%s' % (req.baseurl, relpath)
-  >     if not repo.ui.configbool('testing', 'redirectqs', True) and b'?' in newurl:
+  >     if not repo.ui.configbool(b'testing', b'redirectqs', True) and b'?' in newurl:
   >         newurl = newurl[0:newurl.index(b'?')]
   >     res.headers[b'Location'] = newurl
   >     res.headers[b'Content-Type'] = b'text/plain'