moto/tests/test_ec2/test_reserved_instances.py
2021-10-18 19:44:29 +00:00

9 lines
139 B
Python

import sure # noqa # pylint: disable=unused-import
from moto import mock_ec2
@mock_ec2
def test_reserved_instances():
pass