We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6996c8e commit b88baf9Copy full SHA for b88baf9
1 file changed
vision/cloud-client/detect/detect_test.py
@@ -225,15 +225,15 @@ def test_detect_web_with_geo(capsys):
225
detect.web_entities_include_geo_results(file_name)
226
out, _ = capsys.readouterr()
227
out = out.lower()
228
- assert 'zepra' in out or 'electra tower' in out
+ assert 'zepra' in out or 'electra tower' in out or 'tel aviv' in out
229
230
231
def test_detect_web_with_geo_uri(capsys):
232
file_name = 'gs://{}/vision/web/city.jpg'.format(ASSET_BUCKET)
233
detect.web_entities_include_geo_results_uri(file_name)
234
235
236
237
238
239
def test_detect_document(capsys):
0 commit comments