Fix command line parsing for image list

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2022-07-25 14:19:40 -07:00
parent a9514da757
commit 2b92c70fa4
11 changed files with 50 additions and 36 deletions

View File

@@ -38,7 +38,7 @@ var (
// Tests to verify the Windows HostProcess
func TestWindowsHostProcess(t *testing.T) {
pauseImage := images.PauseImage
pauseImage := images.Get(images.Pause)
EnsureImageExists(t, pauseImage)
t.Run("run as Local Service", func(t *testing.T) {