mirror of
				https://github.com/falk-werner/webfuse
				synced 2025-06-13 12:54:15 +00:00 
			
		
		
		
	fixed test
This commit is contained in:
		
							parent
							
								
									2c62e16c98
								
							
						
					
					
						commit
						821c67ee46
					
				| @ -86,7 +86,7 @@ TEST(wfp_impl_lookup, fail_invalid_name_type) | |||||||
| 
 | 
 | ||||||
|     json_t * params = json_array(); |     json_t * params = json_array(); | ||||||
|     json_array_append_new(params, json_string("test.filesystem")); |     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)); |     json_array_append_new(params, json_integer(1)); | ||||||
| 
 | 
 | ||||||
|     wfp_impl_lookup(&context, params, 42); |     wfp_impl_lookup(&context, params, 42); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user