From 36ea4c5717d0d0fdd1186ec971c88a94ddf72e66 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 27 May 2021 15:49:57 +0200 Subject: scansion: Silence an error from cert indexer due to missing certs dir --- spec/scansion/prosody.cfg.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spec/scansion/prosody.cfg.lua') diff --git a/spec/scansion/prosody.cfg.lua b/spec/scansion/prosody.cfg.lua index 6d3980ed..dfc6d6bc 100644 --- a/spec/scansion/prosody.cfg.lua +++ b/spec/scansion/prosody.cfg.lua @@ -92,7 +92,10 @@ external_services = { 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 -- cgit v1.2.3