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"):