Skip to content

Commit 3e72ff6

Browse files
#RI- resolve comments
1 parent eaac55a commit 3e72ff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redisinsight/api/src/modules/database-recommendation/repositories/local.database.recommendation.repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class LocalDatabaseRecommendationRepository extends DatabaseRecommendatio
5959

6060
return recommendation;
6161
} catch (err) {
62-
this.logger.error(`Failed to create database recommendation, ${err}`);
62+
this.logger.error('Failed to create database recommendation', err);
6363

6464
return null;
6565
}

redisinsight/api/test/helpers/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ export const constants = {
496496

497497
TEST_RECOMMENDATION_NAME_1: RECOMMENDATION_NAMES.BIG_SETS,
498498
TEST_RECOMMENDATION_NAME_2: RECOMMENDATION_NAMES.BIG_STRINGS,
499-
TEST_RECOMMENDATION_NAME_3: RECOMMENDATION_NAMES.BIG_STRINGS,
499+
TEST_RECOMMENDATION_NAME_3: RECOMMENDATION_NAMES.AVOID_LOGICAL_DATABASES,
500500

501501
TEST_LUA_DATABASE_ANALYSIS_RECOMMENDATION: {
502502
name: RECOMMENDATION_NAMES.LUA_SCRIPT,

0 commit comments

Comments
 (0)