Mercurial > p > roundup > code
diff test/rest_common.py @ 5623:1c4adab65faf
use config file setting for creating tracker uri
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 24 Feb 2019 22:49:30 -0500 |
| parents | ed02a1e0aa5d |
| children | 07abc8d36940 |
line wrap: on
line diff
--- a/test/rest_common.py Sun Feb 24 21:46:24 2019 -0500 +++ b/test/rest_common.py Sun Feb 24 22:49:30 2019 -0500 @@ -151,7 +151,7 @@ status=self.db.status.lookup('open'), priority=self.db.priority.lookup('critical') ) - base_path = self.dummy_client.env['PATH_INFO'] + 'data/issue/' + base_path = self.db.config['TRACKER_WEB'] + 'rest/data/issue/' # Retrieve all issue status=open form = cgi.FieldStorage()
