Pārlūkot izejas kodu

Update tests to show labels set to None

Signed-off-by: Colin Hebert <[email protected]>
Colin Hebert 8 gadi atpakaļ
vecāks
revīzija
3f920d515d
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      tests/unit/service_test.py

+ 2 - 0
tests/unit/service_test.py

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