Skip to content

Commit

Permalink
TestNodeGetCapabilities expectation changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmadhankumar committed Feb 15, 2022
1 parent c17ccd4 commit 87b2bd5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/driver/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,13 @@ func TestNodeGetCapabilities(t *testing.T) {
},
},
},
{
Type: &csi.NodeServiceCapability_Rpc{
Rpc: &csi.NodeServiceCapability_RPC{
Type: csi.NodeServiceCapability_RPC_GET_VOLUME_STATS,
},
},
},
}
expResp := &csi.NodeGetCapabilitiesResponse{Capabilities: caps}

Expand Down

0 comments on commit 87b2bd5

Please sign in to comment.