moto/tests/test_ec2/test_monitoring.py
2013-08-03 17:21:25 -04:00

10 lines
103 B
Python

import boto
import sure # noqa
from moto import mock_ec2
@mock_ec2
def test_monitoring():
pass