Skip to content

Commit 9f4bdb2

Browse files
committed
Use long enough fakeRoleArn in dir provisioning tests
1 parent 4ea5491 commit 9f4bdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/driver/provisioner_dir_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func TestDirectoryProvisioner_Provision(t *testing.T) {
9797

9898
ctx := context.Background()
9999

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

0 commit comments

Comments
 (0)