mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: tests: Fix prosody system test.
The test was failing because the sasl module no longer accepts PLAIN auth on insecure connections. * gnu/tests/messaging.scm (%test-prosody): Configure test prosody to allow all auth types on insecure connections. Change-Id: I142f3b6ccbdde4bdde86ce0698fea7d5509fc200 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
d25620be4c
commit
85083527dd
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ (define %create-prosody-account
|
|||
|
||||
(define %test-prosody
|
||||
(let* ((config (prosody-configuration
|
||||
(disable-sasl-mechanisms '())
|
||||
(insecure-sasl-mechanisms '())
|
||||
(virtualhosts
|
||||
(list
|
||||
(virtualhost-configuration
|
||||
|
|
Loading…
Reference in a new issue