summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/common/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/result_collection_api/common/constants.py')
-rw-r--r--utils/test/result_collection_api/common/constants.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/test/result_collection_api/common/constants.py b/utils/test/result_collection_api/common/constants.py
index 21769564c..2c825c109 100644
--- a/utils/test/result_collection_api/common/constants.py
+++ b/utils/test/result_collection_api/common/constants.py
@@ -8,10 +8,6 @@
##############################################################################
-API_LISTENING_PORT = 80
-
-MONGO_URL = "mongodb://127.0.0.1:27017/"
-
DEFAULT_REPRESENTATION = "application/json"
HTTP_BAD_REQUEST = 400
HTTP_FORBIDDEN = 403