From 0516d963354beb4106e5d6597bf0579a7c44e596 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 28 May 2021 00:17:44 +0200 Subject: scansion: Really silence the certificates dir error certificate_s_, plural, is the directory setting --- spec/scansion/prosody.cfg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3