Skip to content

Commit

Permalink
Testing - Fix Travis tests (SDK/Components)
Browse files Browse the repository at this point in the history
See #431
  • Loading branch information
Ark-kun committed Nov 30, 2018
1 parent 9110296 commit ed04bf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/python/tests/components/test_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def test_optional_inputs_reordering(self):
- {name: in2, optional: true}
- {name: in3}
implementation:
dockerContainer:
container:
image: busybox
'''
task_factory1 = comp.load_component_from_text(component_text)
Expand All @@ -358,7 +358,7 @@ def test_missing_optional_input_value_argument(self):
inputs:
- {name: input 1, optional: true}
implementation:
dockerContainer:
container:
image: busybox
command:
- a
Expand All @@ -376,7 +376,7 @@ def test_missing_optional_input_file_argument(self):
inputs:
- {name: input 1, optional: true}
implementation:
dockerContainer:
container:
image: busybox
command:
- a
Expand Down Expand Up @@ -515,7 +515,7 @@ def test_command_if_input_value_then(self):
- {name: Test data, optional: true}
- {name: Test parameter 1, optional: true}
implementation:
dockerContainer:
container:
image: busybox
arguments:
- if:
Expand Down

0 comments on commit ed04bf0

Please sign in to comment.