Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed Sep 29, 2021
1 parent 31a82db commit daeb962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/support/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ def query_id(id):
if results:
return jsonify(results)

return jsonify(data={"type": "no result found"})
return jsonify({"type": "no result found"})

0 comments on commit daeb962

Please sign in to comment.