mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
Update the path to the smoke test (#15139)
This commit is contained in:
@@ -65,7 +65,7 @@ const opts = minimist(args, {
|
||||
}
|
||||
});
|
||||
|
||||
const testRepoUrl = 'https://github.com/kburtram/azuredatastudio-smoke-test-repo.git';
|
||||
const testRepoUrl = 'https://github.com/Microsoft/azuredatastudio-smoke-test-repo.git';
|
||||
const workspacePath = path.join(testDataPath, 'azuredatastudio-smoke-test-repo');
|
||||
const extensionsPath = path.join(testDataPath, 'extensions-dir');
|
||||
mkdirp.sync(extensionsPath);
|
||||
|
||||
Reference in New Issue
Block a user