summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/common/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapi/opnfv_testapi/common/constants.py')
-rw-r--r--testapi/opnfv_testapi/common/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/common/constants.py b/testapi/opnfv_testapi/common/constants.py
index 4d39a14..71bd952 100644
--- a/testapi/opnfv_testapi/common/constants.py
+++ b/testapi/opnfv_testapi/common/constants.py
@@ -10,6 +10,7 @@
DEFAULT_REPRESENTATION = "application/json"
HTTP_BAD_REQUEST = 400
+HTTP_UNAUTHORIZED = 401
HTTP_FORBIDDEN = 403
HTTP_NOT_FOUND = 404
HTTP_OK = 200