Add ELB server test
This commit is contained in:
parent
b40d3a5629
commit
befcadc7fc
2 changed files with 17 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ from werkzeug.routing import BaseConverter
|
|||
|
||||
from moto.dynamodb import dynamodb_backend # flake8: noqa
|
||||
from moto.ec2 import ec2_backend # flake8: noqa
|
||||
from moto.elb import elb_backend # flake8: noqa
|
||||
from moto.s3 import s3_backend # flake8: noqa
|
||||
from moto.ses import ses_backend # flake8: noqa
|
||||
from moto.sqs import sqs_backend # flake8: noqa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue