Skip to content

Commit 36e1977

Browse files
committed
Add missing AfterEach() call
1 parent 61f50ce commit 36e1977

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/sanity/controller.go

+4
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,10 @@ var _ = DescribeSanity("CreateSnapshot [Controller Server]", func(sc *TestContex
13691369
}
13701370
})
13711371

1372+
AfterEach(func() {
1373+
r.Cleanup()
1374+
})
1375+
13721376
It("should fail when no name is provided", func() {
13731377

13741378
req := &csi.CreateSnapshotRequest{

0 commit comments

Comments
 (0)