diff --git a/heat/engine/hot/functions.py b/heat/engine/hot/functions.py index 37428e6fea..79f27a42c7 100644 --- a/heat/engine/hot/functions.py +++ b/heat/engine/hot/functions.py @@ -704,7 +704,7 @@ class MapMerge(function.Function): And resolves to:: - {"": "", "": ""} + {"": "", "": ""} """ diff --git a/heat/tests/clients/test_nova_client.py b/heat/tests/clients/test_nova_client.py index 02d31578b1..09b70c8ca0 100644 --- a/heat/tests/clients/test_nova_client.py +++ b/heat/tests/clients/test_nova_client.py @@ -96,7 +96,7 @@ class NovaClientPluginTest(NovaClientPluginTestCase): self.assertEqual(expected, observed) def test_find_flavor_by_name_or_id(self): - """Tests the get_flavor_id function.""" + """Tests the find_flavor_by_name_or_id function.""" flav_id = str(uuid.uuid4()) flav_name = 'X-Large' my_flavor = mock.MagicMock()