summaryrefslogtreecommitdiff
path: root/pceplib
diff options
context:
space:
mode:
Diffstat (limited to 'pceplib')
-rw-r--r--pceplib/test/pcep_utils_counters_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pceplib/test/pcep_utils_counters_test.c b/pceplib/test/pcep_utils_counters_test.c
index d3d5197b53..f3bce5caf7 100644
--- a/pceplib/test/pcep_utils_counters_test.c
+++ b/pceplib/test/pcep_utils_counters_test.c
@@ -113,7 +113,7 @@ void test_create_subgroup_counter()
CU_ASSERT_FALSE(create_subgroup_counter(NULL, counter_id, counter_name,
counter_name_json));
CU_ASSERT_FALSE(create_subgroup_counter(subgroup, counter_id + 1,
- counter_name));
+ counter_name, counter_name_json));
CU_ASSERT_FALSE(
create_subgroup_counter(subgroup, counter_id, NULL, NULL));
CU_ASSERT_EQUAL(subgroup->num_counters, 0);