Skip to content

Commit 8fe6526

Browse files
committed
fix format
Signed-off-by: typhoonzero <typhoonzero1986@gmail.com>
1 parent 5cb02ab commit 8fe6526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elyra/tests/pipeline/kfp/test_processor_kfp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@ def test_generate_pipeline_dsl_compile_pipeline_dsl_generic_components_data_exch
14291429
# ignore custom nodes
14301430
continue
14311431
template_name = sanitize_label_value(op.name)
1432-
template_name = template_name.replace("_", "-") # kubernetes does this replace
1432+
template_name = template_name.replace("_", "-") # kubernetes does this replace
14331433
template_index = template_index + 1
14341434
# compare outputs
14351435
if len(op.outputs) > 0:

0 commit comments

Comments
 (0)