Cover unregistered probe

This commit is contained in:
Colin Goutte 2021-09-27 16:42:28 +02:00
parent 80cc692f22
commit 342f30127b
1 changed files with 1 additions and 0 deletions

View File

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