guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: tests: Fix prosody system test.


From: guix-commits
Subject: 03/06: gnu: tests: Fix prosody system test.
Date: Sun, 17 Mar 2024 08:29:15 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 85083527ddb5d4672ae069590aa65ec6ebce96e1
Author: Carlo Zancanaro <carlo@zancanaro.id.au>
AuthorDate: Mon Mar 11 22:59:53 2024 +1100

    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>
---
 gnu/tests/messaging.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/messaging.scm b/gnu/tests/messaging.scm
index 1e26c0ddea..dfcc92f7ed 100644
--- a/gnu/tests/messaging.scm
+++ b/gnu/tests/messaging.scm
@@ -145,7 +145,7 @@
 
 (define %test-prosody
   (let* ((config (prosody-configuration
-                  (disable-sasl-mechanisms '())
+                  (insecure-sasl-mechanisms '())
                   (virtualhosts
                    (list
                     (virtualhost-configuration



reply via email to

[Prev in Thread] Current Thread [Next in Thread]