From 569cd7c7bd6334373f683234f8dd427ab381c415 Mon Sep 17 00:00:00 2001 From: Ning Gao Date: Tue, 26 Mar 2019 16:26:33 -0700 Subject: [PATCH] fix bug --- sdk/python/tests/compiler/compiler_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/tests/compiler/compiler_tests.py b/sdk/python/tests/compiler/compiler_tests.py index 0d20159c0bb..31b13501c7e 100644 --- a/sdk/python/tests/compiler/compiler_tests.py +++ b/sdk/python/tests/compiler/compiler_tests.py @@ -285,7 +285,7 @@ def test_py_image_pull_secret(self): def test_py_recursive(self): """Test pipeline recursive.""" - self._test_py_compile('recursive') + self._test_py_compile_yaml('recursive') def test_type_checking_with_consistent_types(self): """Test type check pipeline parameters against component metadata."""