summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/common/constants.py
diff options
context:
space:
mode:
authorgrkoffi <koffirodrigue@gmail.com>2015-09-04 09:21:19 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-09-04 09:21:19 +0000
commit46fd62a707f5fc241c6701a9f787fd78c8680182 (patch)
tree1ab91e7160cb5c413837295fc9ad001e7b0ef122 /utils/test/result_collection_api/common/constants.py
parent034768f50e125bbda5f4d23af3e1795877519f45 (diff)
parentaa6aac09a5a0651b4ef28c1ccc78ca32a1fccf7f (diff)
Merge "Fix minor bugs for result_collection_api"
Diffstat (limited to 'utils/test/result_collection_api/common/constants.py')
-rw-r--r--utils/test/result_collection_api/common/constants.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/test/result_collection_api/common/constants.py b/utils/test/result_collection_api/common/constants.py
index 485dbf314..21769564c 100644
--- a/utils/test/result_collection_api/common/constants.py
+++ b/utils/test/result_collection_api/common/constants.py
@@ -8,11 +8,11 @@
##############################################################################
-API_LISTENING_PORT = 8000
+API_LISTENING_PORT = 80
-MONGO_URL = "mongodb://192.168.56.102:27017/"
+MONGO_URL = "mongodb://127.0.0.1:27017/"
-APPLICATION_JSON = "application/json"
+DEFAULT_REPRESENTATION = "application/json"
HTTP_BAD_REQUEST = 400
HTTP_FORBIDDEN = 403
HTTP_NOT_FOUND = 404