Skip to content

Commit

Permalink
Adjust behavior to upstream PR, use Labels instead of Annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim An <maksiman@microsoft.com>
  • Loading branch information
anmaxvl committed Oct 14, 2021
1 parent 15c65c7 commit 9d8f078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cri-containerd/layer_integrity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}),
)
Expand Down

0 comments on commit 9d8f078

Please sign in to comment.