Skip to content

Commit 858f097

Browse files
committed
Progress towards a passing test
1 parent 0e98ad2 commit 858f097

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/mock_vws/test_query.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,10 +1658,9 @@ def test_date_formats(
16581658
'Content-Type': content_type_header,
16591659
}
16601660

1661-
vwq_host = 'https://cloudreco.vuforia.com'
16621661
response = requests.request(
16631662
method=method,
1664-
url=urljoin(base=vwq_host, url=request_path),
1663+
url=urljoin(base=VWQ_HOST, url=request_path),
16651664
headers=headers,
16661665
data=content,
16671666
)

0 commit comments

Comments
 (0)