We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fakeRoleArn
1 parent 4ea5491 commit 9f4bdb2Copy full SHA for 9f4bdb2
pkg/driver/provisioner_dir_test.go
@@ -97,7 +97,7 @@ func TestDirectoryProvisioner_Provision(t *testing.T) {
97
98
ctx := context.Background()
99
100
- fakeRoleArn := "foo-bar"
+ fakeRoleArn := "arn:aws:iam::1234567890:role/EFSCrossAccountRole"
101
req := &csi.CreateVolumeRequest{
102
Name: volumeName,
103
VolumeCapabilities: []*csi.VolumeCapability{
0 commit comments