Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 371d09e

Browse filesBrowse files
authored
Update vision web_detect test image (GoogleCloudPlatform#1607)
The original image no longer appears on cloud.google.com/vision
1 parent 9b787e7 commit 371d09e
Copy full SHA for 371d09e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎vision/cloud-client/web/web_detect_test.py

Copy file name to clipboardExpand all lines: vision/cloud-client/web/web_detect_test.py
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.