Add fixture to failing function

This commit is contained in:
Curtis Castrapel
2018-11-05 15:16:09 -08:00
parent 75183ef2f2
commit a3f96b96ee
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ from moto import mock_sts, mock_elb
@mock_sts()
@mock_elb()
def test_get_all_elbs(app):
def test_get_all_elbs(app, aws_credentials):
from lemur.plugins.lemur_aws.elb import get_all_elbs
client = boto3.client('elb', region_name='us-east-1')