Skip to content

Commit 565c501

Browse files
author
Artem
committed
fix failed test
1 parent 25e1e92 commit 565c501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/test/api/database/GET-databases.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const responseSchema = Joi.array().items(Joi.object().keys({
1212
db: Joi.number().integer().allow(null).required(),
1313
name: Joi.string().required(),
1414
new: Joi.boolean().allow(null).required(),
15-
connectionType: Joi.string().valid('STANDALONE', 'SENTINEL', 'CLUSTER').required(),
15+
connectionType: Joi.string().valid('STANDALONE', 'SENTINEL', 'CLUSTER', 'NOT CONNECTED').required(),
1616
lastConnection: Joi.string().isoDate().allow(null).required(),
1717
modules: Joi.array().items(Joi.object().keys({
1818
name: Joi.string().required(),

0 commit comments

Comments
 (0)