diff options
| author | Ken Pepple <ken.pepple@gmail.com> | 2011-08-24 16:03:32 -0700 |
|---|---|---|
| committer | Ken Pepple <ken.pepple@gmail.com> | 2011-08-24 16:03:32 -0700 |
| commit | dde9fdc6665e2562ec490fe43f46dcf945c59220 (patch) | |
| tree | 806f2ad68a0ab894412880ced28421cc51c11798 | |
| parent | e30d2c372cc36d7e9a6cf3af5016834b499a7b42 (diff) | |
| download | nova-dde9fdc6665e2562ec490fe43f46dcf945c59220.tar.gz nova-dde9fdc6665e2562ec490fe43f46dcf945c59220.tar.xz nova-dde9fdc6665e2562ec490fe43f46dcf945c59220.zip | |
removes french spellings to satisfy american developers
| -rw-r--r-- | nova/tests/test_instance_types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_instance_types.py b/nova/tests/test_instance_types.py index 409a22fb6..09f532239 100644 --- a/nova/tests/test_instance_types.py +++ b/nova/tests/test_instance_types.py @@ -107,7 +107,7 @@ class InstanceTypeTestCase(test.TestCase): exception.InvalidInput, 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""" self.assertRaises(exception.ApiError, instance_types.destroy, |
