Skip to content

Commit

Permalink
[H] Backport: 6e979e8 (#3956, PR #4246, PR #4247)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Jun 21, 2022
2 parents 72f5d44 + 6e979e8 commit f17b06d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/service/test_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,8 @@ def test_matrices_tree(self):
"""
params = self.params(project_id='8185730f-4113-40d3-9cc3-929271784c2b')
url = self.base_url.set(path='/index/projects', args=params)
drs_uri = furl(scheme='drs', netloc=config.drs_domain)
drs_uri = furl(scheme='drs',
netloc=config.drs_domain or config.api_lambda_domain('service'))
response = requests.get(str(url))
response.raise_for_status()
response_json = response.json()
Expand Down

0 comments on commit f17b06d

Please sign in to comment.