mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix docstring in test
This commit is contained in:
parent
a0bb654e46
commit
0186835ebf
1 changed files with 2 additions and 1 deletions
|
@ -700,7 +700,8 @@ class DockerTestCase(TestCase, LoaderModuleMockMixin):
|
|||
|
||||
def test_compare_container_image_id_resolution(self):
|
||||
'''
|
||||
Compare
|
||||
Test comparing two containers when one's inspect output is an ID and
|
||||
not formatted in image:tag notation.
|
||||
'''
|
||||
def _inspect_container_effect(id_):
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue