Skip to content

Commit e567851

Browse files
committed
Use correct fixture name for cloud reco service
1 parent 3481865 commit e567851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/mock_vws/test_query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ def test_valid_accepted(
821821
def test_valid_works(
822822
high_quality_image: io.BytesIO,
823823
vws_client: VWS,
824-
vwq_client: CloudRecoService,
824+
cloud_reco_client: CloudRecoService,
825825
) -> None:
826826
"""
827827
A maximum of ``max_num_results`` results are returned.
@@ -834,7 +834,7 @@ def test_valid_works(
834834

835835
max_num_results = 2
836836

837-
result = vwq_client.query(
837+
result = cloud_reco_client.query(
838838
image=high_quality_image,
839839
max_num_results=max_num_results,
840840
)

0 commit comments

Comments
 (0)