mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Ensure vpc created in a test doesn't affect another
This commit is contained in:
parent
1251e89e61
commit
575132f31d
1 changed files with 4 additions and 0 deletions
|
@ -330,5 +330,9 @@ Shindo.tests('AWS::ELB | models', ['aws', 'elb']) do
|
|||
end
|
||||
|
||||
Fog::AWS[:iam].delete_server_certificate(@key_name)
|
||||
|
||||
@igw.destroy
|
||||
@subnet.destroy
|
||||
@vpc.destroy
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue