Merge "prototypes: bifrost: Remove /opt/stack from previous deployments"
[releng.git] / utils / test / testapi / opnfv_testapi / common / constants.py
index 4d39a14..71bd952 100644 (file)
@@ -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