This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
Sample test test_search_with_query_expansion_spec failing #375
Labels
api: retail
Issues related to the googleapis/python-retail API.
external
This issue is blocked on a bug with the actual product.
priority: p2
Moderately-important priority. Fix may not be included in next release.
samples
Issues that are directly related to samples.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Sample test
test_search_with_query_expansion_spec
started failing today. See build log here:Previously using a search request of
"Google Youth Hero Tee Grey"
would return"Google Youth Hero Tee Grey"
as the first product. This is no longer the case. The test passes if I change the search request to"Google+Youth+Hero+Tee+Grey"
python-retail/samples/interactive-tutorials/search/search_with_query_expansion_spec.py
Line 56 in ea9f47f
The text was updated successfully, but these errors were encountered: