1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

fixed test

This commit is contained in:
Falk Werner 2020-03-30 21:28:59 +02:00
parent 2c62e16c98
commit 821c67ee46

View File

@ -86,7 +86,7 @@ TEST(wfp_impl_lookup, fail_invalid_name_type)
json_t * params = json_array();
json_array_append_new(params, json_string("test.filesystem"));
json_array_append_new(params, json_string("23"));
json_array_append_new(params, json_integer(23));
json_array_append_new(params, json_integer(1));
wfp_impl_lookup(&context, params, 42);