diff options
Diffstat (limited to 'test/lua')
-rw-r--r-- | test/lua/unit/url.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lua/unit/url.lua b/test/lua/unit/url.lua index dd6f4b760..a593ac153 100644 --- a/test/lua/unit/url.lua +++ b/test/lua/unit/url.lua @@ -42,7 +42,7 @@ context("URL check functions", function() struct rspamd_url* rspamd_url_get_next (void *pool, const char *start, char const **pos); void * rspamd_mempool_new (unsigned long size); - void rspamd_url_init (struct rspamd_config *cfg); + void rspamd_url_init (const char *tld_file); ]] test("Extract urls from text", function() |