Skip to content

Commit 979c8e5

Browse files
authored
fix: create_default_vpc
1 parent e3fc590 commit 979c8e5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_aws.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
class TestAWS(unittest.TestCase):
1313

1414
def setUp(self):
15+
ec2 = boto3.client('ec2')
16+
ec2.create_default_vpc()
17+
1518
client = boto3.client('autoscaling')
16-
client.create_default_vpc()
1719
# create asg
1820
client.create_launch_configuration(
1921
LaunchConfigurationName='mock-lc-01',

0 commit comments

Comments
 (0)