diff --git a/test/cri-containerd/layer_integrity_test.go b/test/cri-containerd/layer_integrity_test.go index f59eb286b8..2f0f1e3b9f 100644 --- a/test/cri-containerd/layer_integrity_test.go +++ b/test/cri-containerd/layer_integrity_test.go @@ -28,7 +28,7 @@ func Test_LCOW_Layer_Integrity(t *testing.T) { pullRequiredLCOWImages( t, []string{imageLcowAlpine}, - WithSandboxAnnotations(map[string]string{ + WithSandboxLabels(map[string]string{ "containerd.io/diff/io.microsoft.storage.lcow.append-dm-verity": "true", }), )