diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-08-11 14:42:54 +0100 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-08-11 14:42:54 +0100 |
commit | 56eecc3c19f513782ab5d7a21c9153aa148da44f (patch) | |
tree | 07aa1e270ca7312b1bab437f7af6d13e18265ff4 /test/functional/configs | |
parent | 676a1c60b868cca417c11e51cc62d7df5e62f825 (diff) | |
download | rspamd-56eecc3c19f513782ab5d7a21c9153aa148da44f.tar.gz rspamd-56eecc3c19f513782ab5d7a21c9153aa148da44f.zip |
[Test] Fix multimap CDB test
Diffstat (limited to 'test/functional/configs')
-rw-r--r-- | test/functional/configs/multimap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/configs/multimap.conf b/test/functional/configs/multimap.conf index 334b07e02..1cb010d8a 100644 --- a/test/functional/configs/multimap.conf +++ b/test/functional/configs/multimap.conf @@ -42,7 +42,7 @@ multimap { type = "hostname"; map = "${TESTDIR}/configs/maps/domains.list"; } - HOSTNAME_MAP_CDB { + CDB_HOSTNAME { type = "hostname"; map = "cdb://${TESTDIR}/configs/maps/domains.cdb"; } |