Skip to content

Commit

Permalink
Merge pull request #965 from dcantah/change-timestamp-image
Browse files Browse the repository at this point in the history
Change image used for Test_PullImageTimestamps
  • Loading branch information
dcantah committed Mar 11, 2021
2 parents 8a04f28 + f71abf3 commit 57cae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cri-containerd/pullimage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
testDirName = "testdir"
testLinkName = "fakelink"
testDirPath = "C:\\Users\\Public"
imageWindowsNanoserverTestImage = "docker.io/mtbar131/hcsshim:nanoserver_test"
imageWindowsNanoserverTestImage = "cplatpublic.azurecr.io/timestamp:latest"
)

func Test_PullImageTimestamps(t *testing.T) {
Expand Down

0 comments on commit 57cae1d

Please sign in to comment.