From 74b003cfa1aa3af9cd9825cf53fab067764cea57 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 33e7b3c950..4ac24826f4 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 import Dut @pytest.mark.parametrize( 'config', [ - 'default', + 'defaults', ], indirect=True, )