We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753b64c commit 0f09cb6Copy full SHA for 0f09cb6
packages/tests/src/ui-test/localdebug/localdebugContext.ts
@@ -208,7 +208,7 @@ export class LocalDebugTestContext extends TestContext {
208
case "msgsa":
209
await execCommand(
210
this.testRootFolder,
211
- `teamsapp new --app-name ${this.appName} --interactive false --capability search-app --me-architecture bot-plugin --programming-language ${this.lang} --telemetry false`
+ `teamsapp new --app-name ${this.appName} --interactive false --capability search-app --me-architecture bot --programming-language ${this.lang} --telemetry false`
212
);
213
break;
214
case "tabbot":
0 commit comments