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