Correct the exception message
Correct the exception message of class ServiceUnavailable Change-Id: I8126a83df01199a5af32bd7742fcf0fa511bd598
This commit is contained in:
parent
2f2d58d6d1
commit
3a1650e479
@ -69,4 +69,4 @@ class MediaTypeUnsupport(VcnsApiException):
|
||||
|
||||
|
||||
class ServiceUnavailable(VcnsApiException):
|
||||
message = _("Service on available: %(uri)s")
|
||||
message = _("Service Unavailable: %(uri)s")
|
||||
|
Loading…
Reference in New Issue
Block a user