Fix lint error

This commit is contained in:
Ryan Lane 2015-05-04 23:03:58 -07:00
parent a0ee7cb225
commit 538f8f033b

View file

@ -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'
}]},