10 lines
110 B
Python
10 lines
110 B
Python
import boto
|
|
import sure # noqa
|
|
|
|
from moto import mock_ec2
|
|
|
|
|
|
@mock_ec2
|
|
def test_internet_gateways():
|
|
pass
|