diff --git a/test/mocks/errors/403_feature_not_enabled.json b/test/mocks/errors/403_feature_not_enabled.json index 3deac898..9820a568 100644 --- a/test/mocks/errors/403_feature_not_enabled.json +++ b/test/mocks/errors/403_feature_not_enabled.json @@ -1,6 +1,6 @@ { "error": { - "code": "SubscriptionNotActive", - "message": "forbidden" + "code": "FeatureNotEnabled", + "message": "feature not enabled" } } diff --git a/test/mocks/errors/403_subscription_not_active.json b/test/mocks/errors/403_subscription_not_active.json index 9820a568..3deac898 100644 --- a/test/mocks/errors/403_subscription_not_active.json +++ b/test/mocks/errors/403_subscription_not_active.json @@ -1,6 +1,6 @@ { "error": { - "code": "FeatureNotEnabled", - "message": "feature not enabled" + "code": "SubscriptionNotActive", + "message": "forbidden" } }