From 3b730798f8dced77eb76d929236da5ef85f1bbef Mon Sep 17 00:00:00 2001 From: goulustis Date: Thu, 5 Mar 2026 17:15:20 +0800 Subject: [PATCH] yml to yaml --- tests/test_front_apis_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_front_apis_registry.py b/tests/test_front_apis_registry.py index 2ec7121..a081ee9 100644 --- a/tests/test_front_apis_registry.py +++ b/tests/test_front_apis_registry.py @@ -20,7 +20,7 @@ def _fake_build_fn( ): out_dir = Path(pipeline_config_dir) out_dir.mkdir(parents=True, exist_ok=True) - out_file = out_dir / f"{pipeline_id}.yml" + out_file = out_dir / f"{pipeline_id}.yaml" out_file.write_text( json.dumps( {