aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs/dkim.conf
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2017-08-16 22:20:55 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-08-16 22:26:39 +0200
commitaf4c44e361cd1066247284742698be09f43d8e0b (patch)
treeb5ae4d616ff92cfaed9c5860d978aae95bba6ef7 /test/functional/configs/dkim.conf
parentc42c17410db786f2ef92bbedef23cb7935ce054b (diff)
downloadrspamd-af4c44e361cd1066247284742698be09f43d8e0b.tar.gz
rspamd-af4c44e361cd1066247284742698be09f43d8e0b.zip
[Test] Fix tests
Diffstat (limited to 'test/functional/configs/dkim.conf')
-rw-r--r--test/functional/configs/dkim.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/configs/dkim.conf b/test/functional/configs/dkim.conf
index c2ff52275..b10cff0c4 100644
--- a/test/functional/configs/dkim.conf
+++ b/test/functional/configs/dkim.conf
@@ -46,8 +46,8 @@ return function(task)
if not dodkim then return end
return {
key = "${TESTDIR}/configs/dkim.key",
- domain = "rspamd.tk",
- selector = "testdkim"
+ domain = "cacophony.za.org",
+ selector = "dkim"
}
end
EOD;