Skip to content
Snippets Groups Projects
Commit 3e59435d authored by Daniel Brown's avatar Daniel Brown
Browse files

forgot jsonify

parent 262c537b
Branches
No related tags found
No related merge requests found
......@@ -407,7 +407,7 @@ def __finesse_start_test(git_commit, kats, nobuild=False):
finally:
schedule_lock.release()
return {state:'OK'}
return jsonify(dict(state='OK'))
@app.route('/finesse/get_tests', methods=["POST"])
def finesse_get_tests():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment