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 Aug 24, 2023
1 parent 57d76df commit f24c5b5
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 @@ -3283,7 +3283,8 @@ func TestResolveSpecFromCSI(t *testing.T) {
},

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

0 comments on commit f24c5b5

Please sign in to comment.