We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f561f commit 23f821aCopy full SHA for 23f821a
test/rest_common.py
@@ -151,7 +151,7 @@ def testFilter(self):
151
status=self.db.status.lookup('open'),
152
priority=self.db.priority.lookup('critical')
153
)
154
- base_path = self.dummy_client.env['PATH_INFO'] + 'data/issue/'
+ base_path = self.db.config['TRACKER_WEB'] + 'rest/data/issue/'
155
156
# Retrieve all issue status=open
157
form = cgi.FieldStorage()
0 commit comments