Typos 'asychronous' and 'formated'
Corrected docstring typos. Change-Id: I916c3f5879ff8d142d30285780ad2b413506f509
This commit is contained in:
parent
58399a07f9
commit
a874931eb7
@ -34,7 +34,7 @@ LOG = utils.getLogger(__name__)
|
||||
|
||||
@six.add_metaclass(abc.ABCMeta)
|
||||
class BaseTask(object):
|
||||
"""Base asychronous task."""
|
||||
"""Base asynchronous task."""
|
||||
|
||||
@abc.abstractmethod
|
||||
def get_name(self):
|
||||
|
@ -176,7 +176,7 @@ class ContainersTestCase(base.TestCase):
|
||||
self.assertIsNotNone(list_data.get('containers'))
|
||||
|
||||
def test_containers_secret_refs_correctly_formatted(self):
|
||||
"""Correctly formated secret refs in a container
|
||||
"""Correctly formatted secret refs in a container
|
||||
|
||||
Create a container (so we are guaranteed to have at least one), then
|
||||
retrieve that container and check the secret_ref formatting to make
|
||||
|
Loading…
x
Reference in New Issue
Block a user