add pod related unittests in testAPI
[releng.git] / utils / test / result_collection_api / common / constants.py
index 2c825c1..4d39a14 100644 (file)
@@ -12,3 +12,4 @@ DEFAULT_REPRESENTATION = "application/json"
 HTTP_BAD_REQUEST = 400
 HTTP_FORBIDDEN = 403
 HTTP_NOT_FOUND = 404
+HTTP_OK = 200