Skip to content

Commit

Permalink
test: standardize architecture option in message extension tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huimiu committed Jan 21, 2025
1 parent 3ace65c commit 06c2524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe("Debug V3 m365-message-extension template", () => {
testFolder,
Capability.M365SearchApp,
undefined,
"--me-architecture bot-plugin"
"--me-architecture bot"
);
console.log(`[Successfully] scaffold to ${projectPath}`);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe("Deploy V3 m365-message-extension template", () => {
testFolder,
Capability.M365SearchApp,
undefined,
"--me-architecture bot-plugin"
"--me-architecture bot"
);
console.log(`[Successfully] scaffold to ${projectPath}`);

Expand Down

0 comments on commit 06c2524

Please sign in to comment.