Skip to content

Commit

Permalink
Update e2e-test.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
bachuv authored Dec 29, 2023
1 parent a748573 commit 500133a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SmokeTests/e2e-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ param(
[string]$AzuriteVersion="3.26.0",
[int]$Sleep=30,
[string]$additinalRunFlags="",
[string]$pw="$env:SA_PASSWORD",
[string]$pw="NotASecret!12",
[string]$sqlpid="Express",
[string]$tag="2019-latest",
[int]$port=1433,
Expand Down

0 comments on commit 500133a

Please sign in to comment.