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 435405d commit 349a685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/SmokeTests/e2e-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ param(
[string]$DockerfilePath,
[Parameter(Mandatory=$true)]
[string]$HttpStartPath,
[string]$ImageName="dfapp",
[string]$ContainerName="app",
[string]$ImageName="dfapp",
[string]$ContainerName="app",
[switch]$NoSetup=$false,
[switch]$NoValidation=$false,
[int]$Sleep=30,
Expand Down

0 comments on commit 349a685

Please sign in to comment.