Skip to content

Commit

Permalink
Update vision web_detect test image (#1607)
Browse files Browse the repository at this point in the history
The original image no longer appears on cloud.google.com/vision
  • Loading branch information
tswast authored Aug 1, 2018
1 parent 9b787e7 commit 371d09e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vision/cloud-client/web/web_detect_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def test_detect_web_gsuri(capsys):


def test_detect_web_http(capsys):
web_detect.report(web_detect.annotate('https://goo.gl/X4qcB6'))
web_detect.report(web_detect.annotate(
'https://cloud.google.com/images/products/vision/extract-text.png'))
out, _ = capsys.readouterr()
assert 'https://cloud.google.com/vision/' in out

0 comments on commit 371d09e

Please sign in to comment.