Skip to content

Commit

Permalink
[Test] Fix test_essential_features by using the correct partition in …
Browse files Browse the repository at this point in the history
…IAM policy ARNs.

Signed-off-by: Giacomo Marciani <[email protected]>
  • Loading branch information
gmarciani committed Oct 24, 2024
1 parent 8af1de9 commit 96fad44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ LoginNodes:
- 'arg3 arg3'
Iam:
AdditionalIamPolicies:
- Policy: "arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess"
- Policy: "arn:{{ partition }}:iam::aws:policy/AmazonS3ReadOnlyAccess"
{% endif %}
Scheduling:
Scheduler: {{ scheduler }}
Expand Down

0 comments on commit 96fad44

Please sign in to comment.