Skip to content

Commit 23f821a

Browse files
committed
use config file setting for creating tracker uri
1 parent 17f561f commit 23f821a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rest_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def testFilter(self):
151151
status=self.db.status.lookup('open'),
152152
priority=self.db.priority.lookup('critical')
153153
)
154-
base_path = self.dummy_client.env['PATH_INFO'] + 'data/issue/'
154+
base_path = self.db.config['TRACKER_WEB'] + 'rest/data/issue/'
155155

156156
# Retrieve all issue status=open
157157
form = cgi.FieldStorage()

0 commit comments

Comments
 (0)