Skip to content

Commit 79142c2

Browse files
committed
test BUGFIX wrong param
1 parent 5e0edd8 commit 79142c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/client/test_client_messages.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ test_nc_rpc_getconfig(void **state)
110110
/* create getconfig rpc with NC_PARAMTYPE_CONST */
111111
rpc = nc_rpc_getconfig(NC_DATASTORE_CANDIDATE, "filter-string", NC_WD_UNKNOWN, NC_PARAMTYPE_CONST);
112112
assert_non_null(rpc);
113-
check_getconfig(rpc, NC_DATASTORE_CANDIDATE, "filter-string", NC_PARAMTYPE_CONST);
113+
check_getconfig(rpc, NC_DATASTORE_CANDIDATE, "filter-string", NC_WD_UNKNOWN);
114114
nc_rpc_free(rpc);
115115

116116
/* create getconfig rpc with NC_PARAMTYPE_FREE */

0 commit comments

Comments
 (0)