tests/test-hgweb-non-interactive.t
changeset 26219 ae33fff17c1e
parent 16913 f2719b387380
child 26220 a43328baa2ac
--- a/tests/test-hgweb-non-interactive.t	Sat Aug 22 18:15:42 2015 -0700
+++ b/tests/test-hgweb-non-interactive.t	Sat Aug 22 18:54:34 2015 -0700
@@ -64,7 +64,7 @@
   > print '---- OS.ENVIRON wsgi variables'
   > print sorted([x for x in os.environ if x.startswith('wsgi')])
   > print '---- request.ENVIRON wsgi variables'
-  > print sorted([x for x in i.repo.ui.environ if x.startswith('wsgi')])
+  > print sorted([x for x in i._getrepo().ui.environ if x.startswith('wsgi')])
   > EOF
   $ python request.py
   ---- STATUS