From 13e362762762e5cb76a5c8afd2bc650f48c2d3d8 Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Wed, 14 Apr 2021 16:51:10 -0700 Subject: [PATCH] Update the path to the smoke test (#15139) --- 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);