Added references to moto.iam.models.ACCOUNT_ID instead of hardcoded id

This commit is contained in:
Fabio Dias 2019-12-15 19:22:26 -05:00
commit b83a750630
54 changed files with 326 additions and 295 deletions

View file

@ -45,7 +45,7 @@ from .utils import (
random_policy_id,
)
ACCOUNT_ID = 123456789012
ACCOUNT_ID = '123456789012' #make sure this is a str and not an int
class MFADevice(object):