aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-29 15:25:01 +0200
committerClombrong <cromblong@egregore.fun>2025-06-29 15:30:06 +0200
commit9ab1efc4625133264e805929ab024d80faf350dd (patch)
tree82b84c0830ee5bc76de75bd0d8eaa0380796c72a /test
parente08f1d433eca92f170876778b70b3c4483232022 (diff)
style(sasl): rename auth_config to config
Diffstat (limited to 'test')
-rw-r--r--test/hello.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello.ml b/test/hello.ml
index df5d865..097e750 100644
--- a/test/hello.ml
+++ b/test/hello.ml
@@ -3,7 +3,7 @@ open! Lwt.Infix
open! Flesh
let main =
- let config : Sasl.auth_config = {
+ let config : Sasl.config = {
jid = (Sys.getenv "FLESH_JID");
password = (Sys.getenv "FLESH_PASSWORD");
preferred_mechanisms = [Sasl.PLAIN]