Merge "Fix wrong exception name usage"

This commit is contained in:
Zuul 2022-02-17 07:49:18 +00:00 committed by Gerrit Code Review
commit 9caf1d4b36

View File

@ -122,8 +122,8 @@ class VnfInstanceIsNotInstantiated(SolHttpError409):
message = _("VnfInstance %(inst_id)s isn't instantiated.")
class SubscriptionNotFound(SolHttpError404):
message = _("Subscription %(subsc_id)s not found.")
class LccnSubscriptionNotFound(SolHttpError404):
message = _("LccnSubscription %(subsc_id)s not found.")
class VnfLcmOpOccNotFound(SolHttpError404):