Merge "Correct the exception message"
This commit is contained in:
@@ -69,4 +69,4 @@ class MediaTypeUnsupport(VcnsApiException):
|
|||||||
|
|
||||||
|
|
||||||
class ServiceUnavailable(VcnsApiException):
|
class ServiceUnavailable(VcnsApiException):
|
||||||
message = _("Service on available: %(uri)s")
|
message = _("Service Unavailable: %(uri)s")
|
||||||
|
|||||||
Reference in New Issue
Block a user