diff --git a/test/smoke/src/main.ts b/test/smoke/src/main.ts index d838d860ee..967f4347c9 100644 --- a/test/smoke/src/main.ts +++ b/test/smoke/src/main.ts @@ -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);