Skip to content

Commit c9fcb91

Browse files
committed
rename-app-env-variables
1 parent aad2567 commit c9fcb91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/e2e/src/helpers/Conf.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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-extension.vsix'
12+
process.env.EXTENSION_NAME || 'redis-for-vscode-extension.vsix'
1313

1414
static workingDirectory =
1515
process.env.APP_FOLDER_ABSOLUTE_PATH ||
16-
joinPath(os.homedir(), process.env.APP_FOLDER_NAME || '.redis-insight-vsc')
16+
joinPath(os.homedir(), process.env.APP_FOLDER_NAME || '.redis-for-vscode')
1717
static fileDownloadPath = joinPath(os.homedir(), 'Downloads')
1818
static uniqueId = chance.string({ length: 10 })
1919

tests/e2e/src/vscode.runner.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ import { VScodeScripts } from './helpers/scripts/vscodeScripts'
2525
__dirname,
2626
'..',
2727
'test-extensions',
28-
`redis ltd..${Config.extensionName.replace('.vsix', '')}`,
28+
`${Config.extensionName.replace('.vsix', '')}`,
2929
)
3030
const extensionProcessPath = path.join(
3131
__dirname,
3232
'..',
3333
'test-extensions',
34-
'redis.redis-insight-vsc-plugin-0.0.1',
34+
'redis.redis-for-vscode-0.0.2',
3535
'dist',
3636
'redis-backend',
3737
'dist',

0 commit comments

Comments
 (0)