diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-02-17 13:38:53 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-02-17 13:38:53 +0000 |
commit | 9fae4ea25b71f9ebbd1253ebb481a038b567493a (patch) | |
tree | c5fde991f927fae8f2c466f21083471f339942e1 /test/functional/configs | |
parent | 8cf1f0698bfa7e65e7e494221db33322268cb382 (diff) | |
download | rspamd-9fae4ea25b71f9ebbd1253ebb481a038b567493a.tar.gz rspamd-9fae4ea25b71f9ebbd1253ebb481a038b567493a.zip |
[Test] Working with bloody robot to add some new tests
Diffstat (limited to 'test/functional/configs')
-rw-r--r-- | test/functional/configs/fuzzy-encryption-key.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/configs/fuzzy-encryption-key.conf b/test/functional/configs/fuzzy-encryption-key.conf index 522081b08..3cb29e5af 100644 --- a/test/functional/configs/fuzzy-encryption-key.conf +++ b/test/functional/configs/fuzzy-encryption-key.conf @@ -1,2 +1,2 @@ # Setting this to null does not work out so it's hidden in an include -encryption_key = {= env.FUZZY_ENCRYPTION_KEY =}; +encryption_key = {= env.FUZZY_CLIENT_ENCRYPTION_KEY =}; |