summaryrefslogtreecommitdiffstats
path: root/tests/cunit/enumeration.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cunit/enumeration.c')
-rw-r--r--tests/cunit/enumeration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cunit/enumeration.c b/tests/cunit/enumeration.c
index a062af5..b0be5bc 100644
--- a/tests/cunit/enumeration.c
+++ b/tests/cunit/enumeration.c
@@ -264,7 +264,7 @@ static void enumeration_test(void) {
options->max_elements = tests[i].max_elements;
WsXmlDocH enum_response = wsmc_action_enumerate(cl,
- (char *)tests[i].resource_uri, options);
+ (char *)tests[i].resource_uri, options, NULL);
CU_ASSERT_TRUE(wsmc_get_response_code(cl) == tests[i].final_status);
if (wsmc_get_response_code(cl) != tests[i].final_status) {