aboutsummaryrefslogtreecommitdiffstats
path: root/python_moonutilities/python_moonutilities/exceptions.py
diff options
context:
space:
mode:
authorsgdt6900 <rhanafy.ext@orange.com>2018-01-03 16:54:18 +0200
committersgdt6900 <rhanafy.ext@orange.com>2018-01-03 17:09:50 +0200
commitc7b935cd626cb93876d72f6876eda1dd5c4d5be7 (patch)
treed1298468bc748c84a230caa781f37291db173f6f /python_moonutilities/python_moonutilities/exceptions.py
parent681cfafb6a58757d2c56a135d909561d4a654a13 (diff)
adding more unit tests for configuration module
undo deleted exception by mistake Change-Id: I6c0246a938035f5542634e33311ad4b02973f67b Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
Diffstat (limited to 'python_moonutilities/python_moonutilities/exceptions.py')
-rw-r--r--python_moonutilities/python_moonutilities/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python_moonutilities/python_moonutilities/exceptions.py b/python_moonutilities/python_moonutilities/exceptions.py
index e6c9f6de..d85cef49 100644
--- a/python_moonutilities/python_moonutilities/exceptions.py
+++ b/python_moonutilities/python_moonutilities/exceptions.py
@@ -507,7 +507,7 @@ class ConsulComponentNotFound(ConsulError):
class ConsulComponentContentError(ConsulError):
description = _("invalid content of component .")
code = 500
- title = 'Consul error'
+ title = 'Consul Content error'
logger = "WARNING"
# Containers exceptions