We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039339e commit bee6538Copy full SHA for bee6538
samples/snippets/web/web_detect_test.py
@@ -37,4 +37,4 @@ def test_detect_web_http(capsys):
37
web_detect.report(web_detect.annotate(
38
'https://cloud.google.com/images/products/vision/extract-text.png'))
39
out, _ = capsys.readouterr()
40
- assert 'https://cloud.google.com/vision/' in out
+ assert 'https://cloud.google.com/vision' in out
0 commit comments