Skip to content

Commit bee6538

Browse files
authored
Fixed string in test [(#2135)](GoogleCloudPlatform/python-docs-samples#2135)
* Fixed string in test * Updated to latest AutoML
1 parent 039339e commit bee6538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/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)