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 9b787e7 commit 371d09eCopy full SHA for 371d09e
vision/cloud-client/web/web_detect_test.py
@@ -35,6 +35,7 @@ def test_detect_web_gsuri(capsys):
35
36
37
def test_detect_web_http(capsys):
38
- web_detect.report(web_detect.annotate('https://goo.gl/X4qcB6'))
+ web_detect.report(web_detect.annotate(
39
+ 'https://cloud.google.com/images/products/vision/extract-text.png'))
40
out, _ = capsys.readouterr()
41
assert 'https://cloud.google.com/vision/' in out
0 commit comments