removes french spellings to satisfy american developers
This commit is contained in:
@@ -107,7 +107,7 @@ class InstanceTypeTestCase(test.TestCase):
|
|||||||
exception.InvalidInput,
|
exception.InvalidInput,
|
||||||
instance_types.create, self.name, 256, 1, "aa", self.flavorid)
|
instance_types.create, self.name, 256, 1, "aa", self.flavorid)
|
||||||
|
|
||||||
def test_non_existant_inst_type_shouldnt_delete(self):
|
def test_non_existent_inst_type_shouldnt_delete(self):
|
||||||
"""Ensures that instance type creation fails with invalid args"""
|
"""Ensures that instance type creation fails with invalid args"""
|
||||||
self.assertRaises(exception.ApiError,
|
self.assertRaises(exception.ApiError,
|
||||||
instance_types.destroy,
|
instance_types.destroy,
|
||||||
|
|||||||
Reference in New Issue
Block a user