Skip to content

Commit e047a27

Browse files
Merge pull request #2559 from RedisInsight/be/feature/RI-4927-telemetry_event_sent_if_redis<7
fix tests
2 parents f18d065 + 03ac6a7 commit e047a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/__mocks__/databases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export const mockDatabaseOverview: DatabaseOverview = {
189189
};
190190

191191
export const mockRedisServerInfoDto = {
192-
redis_version: '6.0.5',
192+
redis_version: '7.0.5',
193193
redis_mode: 'standalone',
194194
os: 'Linux 4.15.0-1087-gcp x86_64',
195195
arch_bits: '64',

0 commit comments

Comments
 (0)