# HG changeset patch # User Kim Alvefur # Date 1622123397 -7200 # Node ID 1d59fd55d2f68bc10eba0c89223dc49e3c05a433 # Parent ce7c52a6d650b9f548392f6a842e468e7c7d9f88 scansion: Silence an error from cert indexer due to missing certs dir diff -r ce7c52a6d650 -r 1d59fd55d2f6 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