Adds some missing tests

This commit is contained in:
Sergi Delgado Segura
2019-10-22 16:38:28 +01:00
parent 9d9d7b1e5b
commit af0e9c81b5
7 changed files with 39 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ def get_appointment():
response.append(job_data)
if not response:
response.append({"locator": locator, "status": "not found"})
response.append({"locator": locator, "status": "not_found"})
response = jsonify(response)