Skip to content

Commit 2020b21

Browse files
author
Artem
committed
fix ITests
1 parent f9f7067 commit 2020b21

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/api/test/helpers/data

1 file changed

+1
-1
lines changed

redisinsight/api/test/helpers/data/redis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const initDataHelper = (rte) => {
6363
): Promise<any> => {
6464
const command = `ACL SETUSER ${constants.TEST_INSTANCE_ACL_USER} reset on ${rules} >${constants.TEST_INSTANCE_ACL_PASS}`;
6565

66-
return executeCommand(...command.split(' '));
66+
return executeCommandAll(...command.split(' '));
6767
};
6868

6969
const flushTestRunData = async (node) => {

0 commit comments

Comments
 (0)