ACCOUNT_ID moved to moto.core, MOTO_ACCOUNT_ID env var override

This commit is contained in:
Fabio Dias 2019-12-16 21:05:29 -05:00
commit fd9ac4b9a5
60 changed files with 67 additions and 67 deletions

View file

@ -18,7 +18,7 @@ from moto import mock_ec2
from moto import mock_ec2_deprecated
from moto import mock_redshift
from moto import mock_redshift_deprecated
from moto.iam.models import ACCOUNT_ID
from moto.core import ACCOUNT_ID
@mock_redshift
def test_create_cluster_boto3():