From aa6aac09a5a0651b4ef28c1ccc78ca32a1fccf7f Mon Sep 17 00:00:00 2001 From: grkoffi Date: Mon, 31 Aug 2015 14:45:53 +0200 Subject: Fix minor bugs for result_collection_api JIRA : RELENG-7 Change-Id: Id3cda0a0a73fcf1d05de751a7f48bbae2145fbf4 Signed-off-by: Guy Rodrigue Koffi --- utils/test/result_collection_api/common/constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/test/result_collection_api/common') 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 -- cgit 1.2.3-korg