Skip to content

Commit 15faab2

Browse files
rename folder
1 parent 42ad43e commit 15faab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/critical-path/database/autoupdate-of-json.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const myRedisDatabasePage = new MyRedisDatabasePage();
1111
const chance = new Chance();
1212

1313
const workingDirectory = process.env.APP_FOLDER_ABSOLUTE_PATH
14-
|| (join(os.homedir(), process.env.APP_FOLDER_NAME || '.redisinsight-v2-stage'));
14+
|| (join(os.homedir(), process.env.APP_FOLDER_NAME || '.redisinsight-v2'));
1515
const buildPath = `${workingDirectory}/content/build.json`;
1616
const createRedisPath = `${workingDirectory}/content/create-redis.json`;
1717
const buildFilePath = editJsonFile(buildPath);

0 commit comments

Comments
 (0)