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 42ad43e commit 15faab2Copy full SHA for 15faab2
tests/e2e/tests/critical-path/database/autoupdate-of-json.e2e.ts
@@ -11,7 +11,7 @@ const myRedisDatabasePage = new MyRedisDatabasePage();
11
const chance = new Chance();
12
13
const workingDirectory = process.env.APP_FOLDER_ABSOLUTE_PATH
14
- || (join(os.homedir(), process.env.APP_FOLDER_NAME || '.redisinsight-v2-stage'));
+ || (join(os.homedir(), process.env.APP_FOLDER_NAME || '.redisinsight-v2'));
15
const buildPath = `${workingDirectory}/content/build.json`;
16
const createRedisPath = `${workingDirectory}/content/create-redis.json`;
17
const buildFilePath = editJsonFile(buildPath);
0 commit comments