Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
munagekar committed Sep 18, 2020
1 parent 3198dea commit f6a9838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/python/kfp/components_tests/test_python_op.py
Expand Up @@ -470,6 +470,7 @@ def pipeline(
"""

component_spec = comp._python_op._func_to_component_spec(pipeline)
self.assertEqual(component_spec.description,'Pipeline to Demonstrate Usage of Secret')
self.assertEqual(component_spec.inputs[0].description, 'Name of the variable inside the Pod')
self.assertEqual(component_spec.inputs[1].description, 'Name of the Secret in the namespace')
self.assertIsNone(component_spec.inputs[2].description)
Expand Down

0 comments on commit f6a9838

Please sign in to comment.