Skip to content

Commit 0f09cb6

Browse files
authored
test: update msgsa cli command (#13090)
1 parent 753b64c commit 0f09cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tests/src/ui-test/localdebug/localdebugContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export class LocalDebugTestContext extends TestContext {
208208
case "msgsa":
209209
await execCommand(
210210
this.testRootFolder,
211-
`teamsapp new --app-name ${this.appName} --interactive false --capability search-app --me-architecture bot-plugin --programming-language ${this.lang} --telemetry false`
211+
`teamsapp new --app-name ${this.appName} --interactive false --capability search-app --me-architecture bot --programming-language ${this.lang} --telemetry false`
212212
);
213213
break;
214214
case "tabbot":

0 commit comments

Comments
 (0)