Skip to content

Commit

Permalink
test: check for Shared and SharedV4 value in unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Shivanjan Chakravorty <[email protected]>
  • Loading branch information
Glitchfix committed Sep 5, 2023
1 parent 913470e commit 2a2a6f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion csi/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3307,7 +3307,8 @@ func TestResolveSpecFromCSI(t *testing.T) {
},

expectedSpec: &api.VolumeSpec{
Shared: false,
Shared: false,
Sharedv4: false,
ProxySpec: &api.ProxySpec{
ProxyProtocol: api.ProxyProtocol_PROXY_PROTOCOL_NFS,
},
Expand Down

0 comments on commit 2a2a6f1

Please sign in to comment.