diff options
-rw-r--r-- | test/functional/lua/maps_kv.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/maps_kv.lua b/test/functional/lua/maps_kv.lua index 1dd8d2290..b90f44d0c 100644 --- a/test/functional/lua/maps_kv.lua +++ b/test/functional/lua/maps_kv.lua @@ -72,7 +72,7 @@ rspamd_config:register_symbol({ local simple_ext_map = lua_maps.map_add_from_ucl({ external = true, - backend = "http://localhost:18080/map-simple", + backend = "http://127.0.0.1:18080/map-simple", method = "body", encode = "json", }, '', 'external map') |