Skip to content

Commit

Permalink
Merge pull request #120 from Madhan-SWE/get-vol-capabilities-test-fix
Browse files Browse the repository at this point in the history
TestNodeGetCapabilities expectation changed
  • Loading branch information
k8s-ci-robot authored Feb 16, 2022
2 parents 5f11125 + 87b2bd5 commit 4930806
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 4930806

Please sign in to comment.