commit | 23c45ddf4751063b2838e732624a6aecaff534c6 | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Tue Feb 10 14:37:20 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Tue Feb 10 14:37:20 2015 +0200 |
tree | 99f23c077c3082514948ebbaef7dff69f6aaf931 | |
parent | acac5453dcb730bdcfc766f16331651a37e05b7e [diff] |
post fixed
diff --git a/web_app/__init__.py b/web_app/__init__.py index 13ca7ca..4bd9921 100644 --- a/web_app/__init__.py +++ b/web_app/__init__.py
@@ -149,7 +149,6 @@ @app.route("/tests/<test_name>", methods=['POST']) def add_test(test_name): - return "Created", 201 tests = json.loads(request.data) if not hasattr(g, "storage"):