Skip to content

Commit

Permalink
Use long enough fakeRoleArn in dir provisioning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatlasov committed Nov 8, 2024
1 parent 4ea5491 commit 9f4bdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/provisioner_dir_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TestDirectoryProvisioner_Provision(t *testing.T) {

ctx := context.Background()

fakeRoleArn := "foo-bar"
fakeRoleArn := "arn:aws:iam::1234567890:role/EFSCrossAccountRole"
req := &csi.CreateVolumeRequest{
Name: volumeName,
VolumeCapabilities: []*csi.VolumeCapability{
Expand Down

0 comments on commit 9f4bdb2

Please sign in to comment.