Skip to content

Commit b94d7d9

Browse files
remove test for removed logic
1 parent 75d3782 commit b94d7d9

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

redisinsight/api/test/api/database-analysis/POST-databases-id-analysis.test.ts

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -242,28 +242,6 @@ describe('POST /databases/:instanceId/analysis', () => {
242242
].map(mainCheckFn);
243243
});
244244

245-
describe('setPassword recommendation', () => {
246-
requirements('!rte.pass');
247-
[
248-
{
249-
name: 'Should create new database analysis with setPassword recommendation',
250-
data: {
251-
delimiter: '-',
252-
},
253-
statusCode: 201,
254-
responseSchema,
255-
checkFn: async ({ body }) => {
256-
expect(body.recommendations).to.include.deep.members([
257-
constants.TEST_SET_PASSWORD_RECOMMENDATION,
258-
]);
259-
after: async () => {
260-
expect(await repository.count()).to.eq(5);
261-
}
262-
},
263-
},
264-
].map(mainCheckFn);
265-
});
266-
267245
describe('recommendations with ReJSON', () => {
268246
requirements('rte.modules.rejson');
269247
[

0 commit comments

Comments
 (0)