Skip to content

Commit 85c252a

Browse files
authored
1 parent 9e3a70d commit 85c252a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

samples/snippets/web/web_detect_test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,3 @@ def test_detect_web_gsuri(capsys):
3030
web_detect.report(web_detect.annotate(file_name))
3131
out, _ = capsys.readouterr()
3232
assert 'description:' in out.lower()
33-
34-
35-
def test_detect_web_http(capsys):
36-
web_detect.report(web_detect.annotate(
37-
'https://cloud.google.com/images/products/vision/extract-text.png'))
38-
out, _ = capsys.readouterr()
39-
assert 'web entities' in out.lower()

0 commit comments

Comments
 (0)