From 0ce57eb9b3f5803ff367ddca08e732f59862865d Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Tue, 13 Apr 2021 13:54:41 -0700 Subject: [PATCH] Update smoke test repo (#15101) --- test/smoke/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);