Added references to moto.iam.models.ACCOUNT_ID instead of hardcoded id
This commit is contained in:
parent
6969c887e4
commit
b83a750630
54 changed files with 326 additions and 295 deletions
|
|
@ -3,7 +3,7 @@ from __future__ import unicode_literals
|
|||
import random
|
||||
import string
|
||||
|
||||
MASTER_ACCOUNT_ID = "123456789012"
|
||||
from moto.iam.models import ACCOUNT_ID as MASTER_ACCOUNT_ID
|
||||
MASTER_ACCOUNT_EMAIL = "master@example.com"
|
||||
DEFAULT_POLICY_ID = "p-FullAWSAccess"
|
||||
ORGANIZATION_ARN_FORMAT = "arn:aws:organizations::{0}:organization/{1}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue