Skip to content

Commit

Permalink
test: update msgsa cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
Annefch committed Jan 21, 2025
1 parent 753b64c commit 07abd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/src/ui-test/localdebug/localdebugContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class LocalDebugTestContext extends TestContext {
case "msgsa":
await execCommand(
this.testRootFolder,
`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`
);
break;
case "tabbot":
Expand Down

0 comments on commit 07abd55

Please sign in to comment.