Skip to content

Commit

Permalink
chore: Update Redis cache key prefix in config service spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworris committed Aug 8, 2024
1 parent b5544bc commit c0f3314
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ describe('AccountSericeConfig', () => {
HEALTH_CHECK_MAX_RETRY_INTERVAL_SECONDS: undefined,
HEALTH_CHECK_MAX_RETRIES: undefined,
CAPACITY_LIMIT: undefined,
CACHE_KEY_PREFIX: undefined,
};

beforeAll(() => {
Expand Down

0 comments on commit c0f3314

Please sign in to comment.