summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/functional/lua/rspamadm/test_dns_client.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/rspamadm/test_dns_client.lua b/test/functional/lua/rspamadm/test_dns_client.lua
index 9e7edaa46..c54d59499 100644
--- a/test/functional/lua/rspamadm/test_dns_client.lua
+++ b/test/functional/lua/rspamadm/test_dns_client.lua
@@ -1,7 +1,7 @@
local rspamd_dns = require "rspamd_dns"
local logger = require "rspamd_logger"
-local config_path = '/Users/mgalanin/build/robot-save/rspamd.conf.last'
+local config_path = rspamd_paths['CONFDIR'] .. '/rspamd.conf'
local _r,err = rspamd_config:load_ucl(config_path)
if not _r then