Skip to content

Commit

Permalink
batch test put test secret in fakeTestSecret.ts (Azure#31085)
Browse files Browse the repository at this point in the history
Co-authored-by: Hoppe Wang <hoppewang@microsoft.com>
  • Loading branch information
wanghoppe and Hoppe Wang authored Sep 11, 2024
1 parent 26c76fd commit ed42fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/batch/batch/test/batchClient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ describe("Batch Service", function () {
userAccounts: [
{
name: "testuser",
password: "Password1234.",
password: fakeTestPasswordPlaceholder2,
elevationLevel: "admin",
},
],
Expand Down

0 comments on commit ed42fd9

Please sign in to comment.