aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/rspamd_url_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rspamd_url_test.c b/test/rspamd_url_test.c
index 17565de80..5a4d9e5ba 100644
--- a/test/rspamd_url_test.c
+++ b/test/rspamd_url_test.c
@@ -31,10 +31,10 @@ rspamd_url_test_func ()
text = g_byte_array_new();
text->data = (gchar *)test_text;
- text->len = sizeof (test_text);
+ text->len = strlen (test_text);
html = g_byte_array_new();
html->data = (gchar *)test_html;
- html->len = sizeof (test_html);
+ html->len = strlen (test_html);
bzero (&task, sizeof (task));
TAILQ_INIT (&task.urls);