From 8cb2a61de4e819e0584a955cea7768569649bb78 Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Fri, 27 May 2022 11:50:22 +0200 Subject: nixos/tests/mjolnir: fix registration test --- nixos/tests/matrix/mjolnir.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/matrix/mjolnir.nix b/nixos/tests/matrix/mjolnir.nix index 54094ab9d61..cb843e2e9e3 100644 --- a/nixos/tests/matrix/mjolnir.nix +++ b/nixos/tests/matrix/mjolnir.nix @@ -43,6 +43,7 @@ import ../make-test-python.nix ( tls_certificate_path = "${cert}"; tls_private_key_path = "${key}"; enable_registration = true; + enable_registration_without_verification = true; registration_shared_secret = "supersecret-registration"; listeners = [ { -- cgit 1.4.1