From 57b0383cd47906acde5b6028e7fc3676c86da8d5 Mon Sep 17 00:00:00 2001 From: Amit Barve Date: Tue, 6 Jun 2023 01:04:08 -0700 Subject: [PATCH] Revert image name change in the ArgsEscaped test In a previous commit, the image used in the ArgsEscaped test was changed incorrectly. This fixes that. Signed-off-by: Amit Barve --- test/cri-containerd/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cri-containerd/main_test.go b/test/cri-containerd/main_test.go index ab06335498..fcf86ad2f3 100644 --- a/test/cri-containerd/main_test.go +++ b/test/cri-containerd/main_test.go @@ -62,7 +62,7 @@ const ( alpineAspnetUpgrade = "mcr.microsoft.com/dotnet/core/aspnet:3.1.2-alpine3.11" imageWindowsProcessDump = "cplatpublic.azurecr.io/crashdump:latest" - imageWindowsArgsEscaped = "cplatpublic.azurecr.io/args-escaped-test-image-ns:latest" + imageWindowsArgsEscaped = "cplatpublic.azurecr.io/argsescaped:latest" imageWindowsTimezone = "cplatpublic.azurecr.io/timezone:latest" imageJobContainerHNS = "cplatpublic.azurecr.io/jobcontainer_hns:latest"