فهرست منبع

Fix failing unit tests

Signed-off-by: Joey Payne <[email protected]>
Joey Payne 8 سال پیش
والد
کامیت
c64f7dde04
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      tests/unit/service_test.py

+ 2 - 0
tests/unit/service_test.py

@@ -446,6 +446,7 @@ class ServiceTest(unittest.TestCase):
             nocache=False,
             rm=True,
             buildargs=None,
+            cache_from=None,
         )
 
     def test_ensure_image_exists_no_build(self):
@@ -482,6 +483,7 @@ class ServiceTest(unittest.TestCase):
             nocache=False,
             rm=True,
             buildargs=None,
+            cache_from=None,
         )
 
     def test_build_does_not_pull(self):