Skip to content

Commit f4fee85

Browse files
authored
Fixed string in test (#2135)
* Fixed string in test * Updated to latest AutoML
1 parent db9218f commit f4fee85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vision/automl/requirements.txt

Lines 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

Lines 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)