mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fixed typo.
This commit is contained in:
parent
c82b8232dd
commit
f64b9d57b5
@ -168,7 +168,7 @@ class BotoVpcTestCase(TestCase):
|
|||||||
self.assertTrue(vpc_deletion_result)
|
self.assertTrue(vpc_deletion_result)
|
||||||
|
|
||||||
@mock_ec2
|
@mock_ec2
|
||||||
def test_that_when_deleting_a_non_existent_vpc_the_delete_vac_method_returns_false(self):
|
def test_that_when_deleting_a_non_existent_vpc_the_delete_vpc_method_returns_false(self):
|
||||||
vpc_deletion_result = boto_vpc.delete('1234', **conn_parameters)
|
vpc_deletion_result = boto_vpc.delete('1234', **conn_parameters)
|
||||||
|
|
||||||
self.assertFalse(vpc_deletion_result)
|
self.assertFalse(vpc_deletion_result)
|
||||||
@ -190,7 +190,6 @@ class BotoVpcTestCase(TestCase):
|
|||||||
|
|
||||||
self.assertFalse(subnet_creation_result)
|
self.assertFalse(subnet_creation_result)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
from integration import run_tests
|
from integration import run_tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user