We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e98ad2 commit 858f097Copy full SHA for 858f097
tests/mock_vws/test_query.py
@@ -1658,10 +1658,9 @@ def test_date_formats(
1658
'Content-Type': content_type_header,
1659
}
1660
1661
- vwq_host = 'https://cloudreco.vuforia.com'
1662
response = requests.request(
1663
method=method,
1664
- url=urljoin(base=vwq_host, url=request_path),
+ url=urljoin(base=VWQ_HOST, url=request_path),
1665
headers=headers,
1666
data=content,
1667
)
0 commit comments