We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3481865 commit e567851Copy full SHA for e567851
tests/mock_vws/test_query.py
@@ -821,7 +821,7 @@ def test_valid_accepted(
821
def test_valid_works(
822
high_quality_image: io.BytesIO,
823
vws_client: VWS,
824
- vwq_client: CloudRecoService,
+ cloud_reco_client: CloudRecoService,
825
) -> None:
826
"""
827
A maximum of ``max_num_results`` results are returned.
@@ -834,7 +834,7 @@ def test_valid_works(
834
835
max_num_results = 2
836
837
- result = vwq_client.query(
+ result = cloud_reco_client.query(
838
image=high_quality_image,
839
max_num_results=max_num_results,
840
)
0 commit comments