Skip to content

Commit

Permalink
Update FxCore.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
supkasar authored May 7, 2024
1 parent a74cd3b commit bdaa684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fx-core/tests/core/FxCore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ describe("Core basic APIs", () => {
// Cannot assert the full message because the mocked code can't get correct env file path
assert.include(
res.error.message,
"The program cannot proceed as the following environment variables are missing: 'AAD_APP_OBJECT_ID', which are required for file: fake path. Make sure the required variables are set either by editing the .env file"
"The program can't proceed as the following environment variables are missing: 'AAD_APP_OBJECT_ID', which are required for file: fake path. Make sure the required variables are set either by editing the .env file"
);
assert.include(
res.error.message,
Expand Down

0 comments on commit bdaa684

Please sign in to comment.