Update the path to the smoke test (#15139)

This commit is contained in:
Karl Burtram
2021-04-14 16:51:10 -07:00
committed by GitHub
parent e2111fe493
commit 13e3627627

View File

@@ -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);