aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-05-28 00:17:44 +0200
committerKim Alvefur <zash@zash.se>2021-05-28 00:17:44 +0200
commit0516d963354beb4106e5d6597bf0579a7c44e596 (patch)
tree9a81560d965963339f8c399325babb90cb6a6d7c /spec
parent36ea4c5717d0d0fdd1186ec971c88a94ddf72e66 (diff)
downloadprosody-0516d963354beb4106e5d6597bf0579a7c44e596.tar.gz
prosody-0516d963354beb4106e5d6597bf0579a7c44e596.zip
scansion: Really silence the certificates dir error
certificate_s_, plural, is the directory setting
Diffstat (limited to 'spec')
-rw-r--r--spec/scansion/prosody.cfg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua
index dfc6d6bc..d6388ba5 100644
--- a/spec/scansion/prosody.cfg.lua
+++ b/spec/scansion/prosody.cfg.lua
@@ -95,7 +95,7 @@ modules_disabled = {
-- TLS is not used during the test, set certificate dir to the config directory
-- (spec/scansion) to silence an error from the certificate indexer
-certificate = "."
+certificates = "."
allow_registration = false