Skip to content

Commit 87b2bd5

Browse files
committed
TestNodeGetCapabilities expectation changed
1 parent c17ccd4 commit 87b2bd5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkg/driver/node_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,13 @@ func TestNodeGetCapabilities(t *testing.T) {
796796
},
797797
},
798798
},
799+
{
800+
Type: &csi.NodeServiceCapability_Rpc{
801+
Rpc: &csi.NodeServiceCapability_RPC{
802+
Type: csi.NodeServiceCapability_RPC_GET_VOLUME_STATS,
803+
},
804+
},
805+
},
799806
}
800807
expResp := &csi.NodeGetCapabilitiesResponse{Capabilities: caps}
801808

0 commit comments

Comments
 (0)