commit | acac5453dcb730bdcfc766f16331651a37e05b7e | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Tue Feb 10 14:29:55 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Tue Feb 10 14:29:55 2015 +0200 |
tree | 15b9e5dedf332e1ca097f1355a4e76bbc3f85fb7 | |
parent | 587e91abd37fc35f5e5db3b3df853786092e4c92 [diff] |
fake test added
diff --git a/web_app/__init__.py b/web_app/__init__.py index 4bd9921..13ca7ca 100644 --- a/web_app/__init__.py +++ b/web_app/__init__.py
@@ -149,6 +149,7 @@ @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"):