9 lines
131 B
Python
9 lines
131 B
Python
import sure # noqa # pylint: disable=unused-import
|
|
|
|
from moto import mock_ec2
|
|
|
|
|
|
@mock_ec2
|
|
def test_monitoring():
|
|
pass
|