We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f7067 commit 2020b21Copy full SHA for 2020b21
redisinsight/api/test/helpers/data/redis.ts
@@ -63,7 +63,7 @@ export const initDataHelper = (rte) => {
63
): Promise<any> => {
64
const command = `ACL SETUSER ${constants.TEST_INSTANCE_ACL_USER} reset on ${rules} >${constants.TEST_INSTANCE_ACL_PASS}`;
65
66
- return executeCommand(...command.split(' '));
+ return executeCommandAll(...command.split(' '));
67
};
68
69
const flushTestRunData = async (node) => {
0 commit comments