Skip to content

Commit

Permalink
Fixed string in test (#2135)
Browse files Browse the repository at this point in the history
* Fixed string in test

* Updated to latest AutoML
  • Loading branch information
engelke authored May 3, 2019
1 parent db9218f commit f4fee85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vision/automl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-automl==0.1.2
google-cloud-automl==0.2.0
2 changes: 1 addition & 1 deletion vision/cloud-client/web/web_detect_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def test_detect_web_http(capsys):
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
assert 'https://cloud.google.com/vision' in out

0 comments on commit f4fee85

Please sign in to comment.