Skip to content

Commit b8cf9e7

Browse files
authored
Revert image name change in the ArgsEscaped test (#1804)
In a previous commit, the image used in the ArgsEscaped test was changed incorrectly. This fixes that. Signed-off-by: Amit Barve <[email protected]>
1 parent 61e0112 commit b8cf9e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cri-containerd/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const (
6262
alpineAspnetUpgrade = "mcr.microsoft.com/dotnet/core/aspnet:3.1.2-alpine3.11"
6363

6464
imageWindowsProcessDump = "cplatpublic.azurecr.io/crashdump:latest"
65-
imageWindowsArgsEscaped = "cplatpublic.azurecr.io/args-escaped-test-image-ns:latest"
65+
imageWindowsArgsEscaped = "cplatpublic.azurecr.io/argsescaped:latest"
6666
imageWindowsTimezone = "cplatpublic.azurecr.io/timezone:latest"
6767

6868
imageJobContainerHNS = "cplatpublic.azurecr.io/jobcontainer_hns:latest"

0 commit comments

Comments
 (0)