mirror of
https://github.com/docker/compose.git
synced 2025-07-21 20:54:32 +02:00
Update tests to show labels set to None
Signed-off-by: Colin Hebert <hebert.colin@gmail.com>
This commit is contained in:
parent
d10d64ac82
commit
3f920d515d
@ -471,6 +471,7 @@ class ServiceTest(unittest.TestCase):
|
|||||||
nocache=False,
|
nocache=False,
|
||||||
rm=True,
|
rm=True,
|
||||||
buildargs={},
|
buildargs={},
|
||||||
|
labels=None,
|
||||||
cache_from=None,
|
cache_from=None,
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -508,6 +509,7 @@ class ServiceTest(unittest.TestCase):
|
|||||||
nocache=False,
|
nocache=False,
|
||||||
rm=True,
|
rm=True,
|
||||||
buildargs={},
|
buildargs={},
|
||||||
|
labels=None,
|
||||||
cache_from=None,
|
cache_from=None,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user