From a791f7e85dcc1c0f2728de8163eeab904a84829b Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Wed, 27 Aug 2025 17:13:46 +0800 Subject: [PATCH] ci(ulp): fixed default config not running in CI --- .../lp_core/lp_core_basic_tests/pytest_lp_core_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ulp/test_apps/lp_core/lp_core_basic_tests/pytest_lp_core_basic.py b/components/ulp/test_apps/lp_core/lp_core_basic_tests/pytest_lp_core_basic.py index 1d37792a8e..a1ea33762c 100644 --- a/components/ulp/test_apps/lp_core/lp_core_basic_tests/pytest_lp_core_basic.py +++ b/components/ulp/test_apps/lp_core/lp_core_basic_tests/pytest_lp_core_basic.py @@ -11,7 +11,7 @@ from pytest_embedded_idf.utils import soc_filtered_targets @pytest.mark.parametrize( 'config', [ - 'default', + 'defaults', ], indirect=True, )