Skip to content

Commit

Permalink
fix: fix incorrect mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Oct 25, 2024
1 parent 5e8d1cc commit 0f5521f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/mocks/errors/403_feature_not_enabled.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"error": {
"code": "SubscriptionNotActive",
"message": "forbidden"
"code": "FeatureNotEnabled",
"message": "feature not enabled"
}
}
4 changes: 2 additions & 2 deletions test/mocks/errors/403_subscription_not_active.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"error": {
"code": "FeatureNotEnabled",
"message": "feature not enabled"
"code": "SubscriptionNotActive",
"message": "forbidden"
}
}

0 comments on commit 0f5521f

Please sign in to comment.