Skip to content

Commit f13fb01

Browse files
boxcutter test
1 parent 7076704 commit f13fb01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

internal/operator-controller/applier/boxcutter_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,10 +1194,12 @@ func Test_PreAuthorizer_Integration(t *testing.T) {
11941194
RevisionGenerator: dummyGenerator,
11951195
PreAuthorizer: tc.preAuthorizer(t),
11961196
}
1197-
err := boxcutter.Apply(t.Context(), dummyBundleFs, ext, nil, revisionAnnotations)
1197+
completed, status, err := boxcutter.Apply(t.Context(), dummyBundleFs, ext, nil, revisionAnnotations)
11981198
if tc.validate != nil {
11991199
tc.validate(t, err)
12001200
}
1201+
_ = completed
1202+
_ = status
12011203
})
12021204
}
12031205
}

0 commit comments

Comments
 (0)