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 f4fee85

Browse filesBrowse files
authored
Fixed string in test (GoogleCloudPlatform#2135)
* Fixed string in test * Updated to latest AutoML
1 parent db9218f commit f4fee85
Copy full SHA for f4fee85

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+2
-2
lines changed

‎vision/automl/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-automl==0.1.2
1+
google-cloud-automl==0.2.0

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

Copy file name to clipboardExpand all lines: vision/cloud-client/web/web_detect_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ def test_detect_web_http(capsys):
3737
web_detect.report(web_detect.annotate(
3838
'https://cloud.google.com/images/products/vision/extract-text.png'))
3939
out, _ = capsys.readouterr()
40-
assert 'https://cloud.google.com/vision/' in out
40+
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.