Update smoke test repo (#15101)

This commit is contained in:
Charles Gagnon
2021-04-13 13:54:41 -07:00
committed by GitHub
parent 339180aef3
commit 0ce57eb9b3

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