mirror of https://github.com/docker/compose.git
Update tests to show labels set to None
Signed-off-by: Colin Hebert <hebert.colin@gmail.com>
This commit is contained in:
parent
d906f9ce92
commit
7fca689efd
|
@ -471,6 +471,7 @@ class ServiceTest(unittest.TestCase):
|
|||
nocache=False,
|
||||
rm=True,
|
||||
buildargs={},
|
||||
labels=None,
|
||||
cache_from=None,
|
||||
)
|
||||
|
||||
|
@ -508,6 +509,7 @@ class ServiceTest(unittest.TestCase):
|
|||
nocache=False,
|
||||
rm=True,
|
||||
buildargs={},
|
||||
labels=None,
|
||||
cache_from=None,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue