From 349a68545b692655c76f77154e42e266ad7bbcdb Mon Sep 17 00:00:00 2001 From: Varshitha Bachu Date: Fri, 29 Dec 2023 15:36:04 -0800 Subject: [PATCH] Update e2e-test.ps1 --- test/SmokeTests/e2e-test.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/SmokeTests/e2e-test.ps1 b/test/SmokeTests/e2e-test.ps1 index a7428641b..f271507c1 100644 --- a/test/SmokeTests/e2e-test.ps1 +++ b/test/SmokeTests/e2e-test.ps1 @@ -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,