Added tests for valid policy documents.
This commit is contained in:
parent
fef22879c5
commit
1bda3f2213
2 changed files with 892 additions and 6 deletions
|
|
@ -859,7 +859,6 @@ def test_get_access_key_last_used():
|
|||
|
||||
@mock_iam
|
||||
def test_get_account_authorization_details():
|
||||
import json
|
||||
test_policy = json.dumps({
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
|
|
@ -1291,7 +1290,6 @@ def test_update_role():
|
|||
|
||||
@mock_iam()
|
||||
def test_list_entities_for_policy():
|
||||
import json
|
||||
test_policy = json.dumps({
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue