Skip to content

Commit

Permalink
Update question.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
supkasar committed Mar 20, 2024
1 parent 6577fcb commit 2b5fb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fx-core/tests/question/question.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ describe("apiKeyQuestion", async () => {
const result = (validation as FuncValidation<string>).validFunc("abc");
assert.equal(
result,
"Client secret is invalid. The length of secret should be >= 10 and <= 128"
"Enter a valid client secret between >= 10 and <= 128 characters in length"
);
});
});

0 comments on commit 2b5fb39

Please sign in to comment.