Changeset

11588:1d59fd55d2f6

scansion: Silence an error from cert indexer due to missing certs dir
author Kim Alvefur <zash@zash.se>
date Thu, 27 May 2021 15:49:57 +0200
parents 11587:ce7c52a6d650
children 11589:fb854431d6c4
files spec/scansion/prosody.cfg.lua
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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