We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f55e22 commit 693672eCopy full SHA for 693672e
pkg/sanity/node.go
@@ -38,7 +38,6 @@ func isNodeCapabilitySupported(c csi.NodeClient,
38
&csi.NodeGetCapabilitiesRequest{})
39
Expect(err).NotTo(HaveOccurred())
40
Expect(caps).NotTo(BeNil())
41
- Expect(caps.GetCapabilities()).NotTo(BeNil())
42
43
for _, cap := range caps.GetCapabilities() {
44
Expect(cap.GetRpc()).NotTo(BeNil())
@@ -86,7 +85,6 @@ var _ = Describe("NodeGetCapabilities [Node Server]", func() {
86
85
By("checking successful response")
87
88
89
90
91
92
0 commit comments