We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb02ab commit 8fe6526Copy full SHA for 8fe6526
elyra/tests/pipeline/kfp/test_processor_kfp.py
@@ -1429,7 +1429,7 @@ def test_generate_pipeline_dsl_compile_pipeline_dsl_generic_components_data_exch
1429
# ignore custom nodes
1430
continue
1431
template_name = sanitize_label_value(op.name)
1432
- template_name = template_name.replace("_", "-") # kubernetes does this replace
+ template_name = template_name.replace("_", "-") # kubernetes does this replace
1433
template_index = template_index + 1
1434
# compare outputs
1435
if len(op.outputs) > 0:
0 commit comments