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, )