changeset 40170 | f7ff5b4fe745 |
parent 40025 | b099e6032f38 |
child 40218 | b27bcf81071b |
--- a/tests/wireprotosimplecache.py Fri Oct 12 09:23:55 2018 -0400 +++ b/tests/wireprotosimplecache.py Thu Oct 11 09:26:05 2018 +0200 @@ -127,7 +127,7 @@ paths.append(b'simplecache') paths.append(self.key) - url = b'%s/%s' % (self.req.advertisedbaseurl, b'/'.join(paths)) + url = b'%s/%s' % (self.req.baseurl, b'/'.join(paths)) #url = b'http://example.com/%s' % self.key self.ui.log('simplecache', 'sending content redirect for %s to '