Skip to content

Commit

Permalink
- debug quota test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rathnapandi committed Dec 4, 2023
1 parent 0f1635a commit a32761f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public void updateRestrictions(List<QuotaRestriction> actualRestrictions, List<Q
// Load the entire current default quota
APIQuota currentDefaultQuota = quotaManager.getDefaultQuota(type);
LOG.debug("Default Quota : {}", currentDefaultQuota);
LOG.debug("API manager role : {}", APIManagerAdapter.getInstance().hasAdminAccount());
List<QuotaRestriction> mergedRestrictions = addOrMergeRestriction(actualRestrictions, desiredRestrictions);
populateMethodId(createdAPI, mergedRestrictions);
// If there is an actual API, remove the restrictions for the current actual API
Expand Down

0 comments on commit a32761f

Please sign in to comment.