summaryrefslogtreecommitdiffstats
path: root/test/functional/configs
diff options
context:
space:
mode:
authorMikhail Galanin <mgalanin@mimecast.com>2018-08-22 15:59:44 +0100
committerMikhail Galanin <mgalanin@mimecast.com>2018-08-22 15:59:44 +0100
commit9ee6b0c059ad291e2e1a3a5cd6f01effd6f115a3 (patch)
tree29671f01a752f35256111e244bec3accb15c2766 /test/functional/configs
parent434446f72add375d0f7a94a94e4797d9bd6d1d6a (diff)
downloadrspamd-9ee6b0c059ad291e2e1a3a5cd6f01effd6f115a3.tar.gz
rspamd-9ee6b0c059ad291e2e1a3a5cd6f01effd6f115a3.zip
[Test] Added test for HTTP API
Diffstat (limited to 'test/functional/configs')
-rw-r--r--test/functional/configs/lua_test.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/functional/configs/lua_test.conf b/test/functional/configs/lua_test.conf
index f01f07cad..af84a1578 100644
--- a/test/functional/configs/lua_test.conf
+++ b/test/functional/configs/lua_test.conf
@@ -10,6 +10,10 @@ options = {
name = "example.com",
type = "a";
replies = ["93.184.216.34"];
+ }, {
+ name = "site.resolveme",
+ type = "a";
+ replies = ["127.0.0.1"];
}]
}
}