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 ff9682e commit 3f37616Copy full SHA for 3f37616
vision/cloud-client/web/web_detect_test.py
@@ -21,9 +21,7 @@ def test_detect_file(capsys):
21
file_name = ('../detect/resources/landmark.jpg')
22
web_detect.report(web_detect.annotate(file_name))
23
out, _ = capsys.readouterr()
24
- print(out)
25
assert 'description' in out.lower()
26
- assert 'palace' in out.lower()
27
28
29
def test_detect_web_gsuri(capsys):
@@ -32,7 +30,6 @@ def test_detect_web_gsuri(capsys):
32
30
33
31
34
assert 'description:' in out.lower()
35
36
37
38
def test_detect_web_http(capsys):
0 commit comments