Skip to content

Commit 1e072c4

Browse files
authored
Merge pull request #158 from RedisInsight/e2e/bugfix/change-ext-name
change-ext-name
2 parents 5d8e130 + 7ddf55b commit 1e072c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/src/helpers/Conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class Config {
99
static apiUrl = process.env.API_URL || 'http://127.0.0.1:5541/api'
1010
static vscodeVersion = process.env.VSCODE_VERSION || '1.87.2'
1111
static extensionName =
12-
process.env.EXTENSION_NAME || 'redis-insight-vsc-plugin.vsix'
12+
process.env.EXTENSION_NAME || 'redis-insight-vsc-extension.vsix'
1313

1414
static workingDirectory =
1515
process.env.APP_FOLDER_ABSOLUTE_PATH ||

0 commit comments

Comments
 (0)