We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04f1eb commit 76dc4a3Copy full SHA for 76dc4a3
tests/test_wfapi_cld_appl_verdict.py
@@ -65,4 +65,4 @@ def test_04(self):
65
# test will fail when fixed
66
root = etree.fromstring(self.api.response_body)
67
x = root.findall('./get-verdict-info')
68
- self.assertTrue(len(x) == 7)
+ self.assertTrue(len(x) > 1)
0 commit comments