diff --git a/pkg/sanity/controller.go b/pkg/sanity/controller.go index a6935229..cf23d903 100644 --- a/pkg/sanity/controller.go +++ b/pkg/sanity/controller.go @@ -580,7 +580,8 @@ var _ = DescribeSanity("Controller Service [Controller Server]", func(sc *TestCo }, }, } - _, err := r.CreateVolume(context.Background(), vol2Req) + vol, err := r.CreateVolume(context.Background(), vol2Req) + Expect(vol.GetVolume().ContentSource).NotTo(BeNil()) Expect(err).NotTo(HaveOccurred()) })