diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-08-16 22:20:55 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-08-16 22:26:39 +0200 |
commit | af4c44e361cd1066247284742698be09f43d8e0b (patch) | |
tree | b5ae4d616ff92cfaed9c5860d978aae95bba6ef7 /test/functional/configs/dkim.conf | |
parent | c42c17410db786f2ef92bbedef23cb7935ce054b (diff) | |
download | rspamd-af4c44e361cd1066247284742698be09f43d8e0b.tar.gz rspamd-af4c44e361cd1066247284742698be09f43d8e0b.zip |
[Test] Fix tests
Diffstat (limited to 'test/functional/configs/dkim.conf')
-rw-r--r-- | test/functional/configs/dkim.conf | 4 |
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; |