Skip to content

Commit 73e6e7b

Browse files
authored
Update vision web_detect test image [(#1607)](GoogleCloudPlatform/python-docs-samples#1607)
The original image no longer appears on cloud.google.com/vision
1 parent 23edee0 commit 73e6e7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/snippets/web/web_detect_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def test_detect_web_gsuri(capsys):
3535

3636

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

0 commit comments

Comments
 (0)