Skip to content

Commit 4930806

Browse files
authored
Merge pull request #120 from Madhan-SWE/get-vol-capabilities-test-fix
TestNodeGetCapabilities expectation changed
2 parents 5f11125 + 87b2bd5 commit 4930806

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)