Update tests to show labels set to None

Signed-off-by: Colin Hebert <hebert.colin@gmail.com>
This commit is contained in:
Colin Hebert 2017-04-13 22:21:33 +10:00 committed by Joffrey F
parent d10d64ac82
commit 3f920d515d
1 changed files with 2 additions and 0 deletions

View File

@ -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,
)