mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint error
This commit is contained in:
parent
a0ee7cb225
commit
538f8f033b
1 changed files with 4 additions and 2 deletions
|
@ -64,8 +64,10 @@ class BotoIAMRoleTestCase(TestCase):
|
|||
'Statement': [{
|
||||
'Action': 'sts:AssumeRole',
|
||||
'Principal': {
|
||||
'Service': 'ec2.amazonaws.com',
|
||||
'Service': 'datapipeline.amazonaws.com'
|
||||
'Service': [
|
||||
'ec2.amazonaws.com',
|
||||
'datapipeline.amazonaws.com'
|
||||
]
|
||||
},
|
||||
'Effect': 'Allow'
|
||||
}]},
|
||||
|
|
Loading…
Add table
Reference in a new issue