For sake of coverage
This commit is contained in:
parent
c5510678f9
commit
4da9a33d85
|
@ -71,3 +71,6 @@ def test_sample_report():
|
|||
assert rjson[0] == "-1#Test channel error"
|
||||
|
||||
|
||||
def test_cover():
|
||||
with pytest.raises(ValueError):
|
||||
testutils.probe_sample_body(status="erruer")
|
||||
|
|
Loading…
Reference in New Issue