Cover unregistered probe
This commit is contained in:
parent
80cc692f22
commit
342f30127b
|
@ -156,5 +156,6 @@ class CodeCoverageTestCase(TestCase):
|
|||
|
||||
id_sonde = "".join(choices(string.ascii_lowercase, k=8))
|
||||
r = client.get(f"/sonde/{id_sonde}/rapport")
|
||||
r = client.post(f"/sonde/{id_sonde}/", json={})
|
||||
|
||||
assert r.ok
|
||||
|
|
Loading…
Reference in New Issue