Skip to content

Commit

Permalink
Update the path to the smoke test (#15139)
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtram committed Apr 14, 2021
1 parent e2111fe commit 13e3627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 13e3627

Please sign in to comment.