From: Andrew Lewis Date: Sat, 12 Nov 2016 15:08:12 +0000 (+0200) Subject: [Minor] Fix tests X-Git-Tag: 1.4.0~80^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1122%2Fhead;p=rspamd.git [Minor] Fix tests --- diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index 452374853..9286bda89 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -1960,7 +1960,7 @@ cleanup: reply = ucl_object_typed_new (UCL_OBJECT); - ucl_object_insert_key (reply, ucl_object_fromstring ("true"), + ucl_object_insert_key (reply, ucl_object_frombool (true), "success", 0, false); hashes = ucl_object_typed_new (UCL_ARRAY);