Skip to content

Commit

Permalink
Fixed string in test [(#2135)](GoogleCloudPlatform/python-docs-sample…
Browse files Browse the repository at this point in the history
…s#2135)

* Fixed string in test

* Updated to latest AutoML
  • Loading branch information
engelke committed May 3, 2019
1 parent 039339e commit bee6538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/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 bee6538

Please sign in to comment.