Fix policy date
This commit is contained in:
parent
37a765db8d
commit
ce7b5ebf54
4 changed files with 25 additions and 3 deletions
|
|
@ -1185,7 +1185,7 @@ def test_update_role():
|
|||
|
||||
conn.create_role(RoleName="my-role", AssumeRolePolicyDocument="some policy", Path="/my-path/")
|
||||
response = conn.update_role(RoleName="my-role", Description="test")
|
||||
assert response['Role']['RoleName'] == 'my-role'
|
||||
assert len(response.keys()) == 1
|
||||
|
||||
@mock_iam()
|
||||
def test_list_entities_for_policy():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue