Skip to content

Commit

Permalink
fix pull-aws-ebs-csi-driver-unit test failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahQuinones committed Jul 22, 2024
1 parent f669ab8 commit 00a8e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2003,7 +2003,7 @@ func TestNodeExpandVolume(t *testing.T) {
},
},
},
expectedErr: status.Error(codes.InvalidArgument, "VolumeCapability is invalid: block:{} access_mode:{}"),
expectedErr: status.Error(codes.InvalidArgument, "VolumeCapability is invalid: block:{} access_mode:{}"),
},
{
name: "block_device",
Expand Down

0 comments on commit 00a8e79

Please sign in to comment.