For sake of coverage

This commit is contained in:
Colin Goutte 2021-09-27 15:25:18 +02:00
parent c5510678f9
commit 4da9a33d85
1 changed files with 3 additions and 0 deletions

View File

@ -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")