Merge "Updating reporting url and fixed a bug"
[releng.git] / utils / test / testapi / opnfv_testapi / common / message.py
index 98536ff..951cbaf 100644 (file)
@@ -10,6 +10,10 @@ not_found_base = 'Could Not Found'
 exist_base = 'Already Exists'
 
 
+def key_error(key):
+    return "KeyError: '{}'".format(key)
+
+
 def no_body():
     return 'No Body'