From 82f55aef7b710648279c8e146d99f7b1324818eb Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 23 Sep 2025 17:24:39 +0200 Subject: [PATCH] change test load full profile --- tests/kds_s2000w_net_get_opt_tests_run.c | 2 +- tests/kds_s2000w_option_descriptor_tests.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/kds_s2000w_net_get_opt_tests_run.c b/tests/kds_s2000w_net_get_opt_tests_run.c index 7c4eefb..b059c52 100644 --- a/tests/kds_s2000w_net_get_opt_tests_run.c +++ b/tests/kds_s2000w_net_get_opt_tests_run.c @@ -6,7 +6,7 @@ int setup_default_get_option(void** state) { - kds_s2000w_option_descriptors_init(0); + kds_s2000w_option_descriptors_init(PROFILE_FULL); response* resp = kds_s2000w_client_response_init(); const char* responsedata = "{ \ \"Status\": { \ diff --git a/tests/kds_s2000w_option_descriptor_tests.c b/tests/kds_s2000w_option_descriptor_tests.c index 31b5b23..66b0254 100644 --- a/tests/kds_s2000w_option_descriptor_tests.c +++ b/tests/kds_s2000w_option_descriptor_tests.c @@ -6,7 +6,7 @@ int setup(void** state) { - kds_s2000w_option_descriptors_init(0); + kds_s2000w_option_descriptors_init(PROFILE_FULL); return 0; } -- 2.47.3