scansion: Silence an error from cert indexer due to missing certs dir
authorKim Alvefur <zash@zash.se>
Thu, 27 May 2021 15:49:57 +0200
changeset 11592 1d59fd55d2f6
parent 11591 ce7c52a6d650
child 11593 fb854431d6c4
scansion: Silence an error from cert indexer due to missing certs dir
spec/scansion/prosody.cfg.lua
--- a/spec/scansion/prosody.cfg.lua	Thu May 27 12:51:07 2021 +0200
+++ b/spec/scansion/prosody.cfg.lua	Thu May 27 15:49:57 2021 +0200
@@ -92,7 +92,10 @@
 modules_disabled = {
 	"s2s";
 }
-certificate = "certs"
+
+-- 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 = "."
 
 allow_registration = false