Skip to content

Commit 753b64c

Browse files
authored
test: standardize architecture option in message extension tests (OfficeDev#13084)
1 parent 73fd15b commit 753b64c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/tests/src/e2e/m365/DebugM365MessageExtension.tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe("Debug V3 m365-message-extension template", () => {
5858
testFolder,
5959
Capability.M365SearchApp,
6060
undefined,
61-
"--me-architecture bot-plugin"
61+
"--me-architecture bot"
6262
);
6363
console.log(`[Successfully] scaffold to ${projectPath}`);
6464

packages/tests/src/e2e/m365/DeployM365MessageExtension.tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe("Deploy V3 m365-message-extension template", () => {
5454
testFolder,
5555
Capability.M365SearchApp,
5656
undefined,
57-
"--me-architecture bot-plugin"
57+
"--me-architecture bot"
5858
);
5959
console.log(`[Successfully] scaffold to ${projectPath}`);
6060

0 commit comments

Comments
 (0)