nixos/prosody: Migrate test to runTest

This commit is contained in:
Jonathan Davies 2025-06-28 21:23:12 +00:00
parent 45c301474d
commit 857573a261
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -1250,7 +1250,7 @@ in
privoxy = runTest ./privoxy.nix;
prometheus = import ./prometheus { inherit runTest; };
prometheus-exporters = handleTest ./prometheus-exporters.nix { };
prosody = handleTest ./xmpp/prosody.nix { };
prosody = runTest ./xmpp/prosody.nix;
prosody-mysql = handleTest ./xmpp/prosody-mysql.nix { };
proxy = runTest ./proxy.nix;
prowlarr = runTest ./prowlarr.nix;

View File

@ -1,3 +1,5 @@
{ ... }:
let
cert =
pkgs:
@ -29,7 +31,7 @@ let
prosodyctl deluser azurediamond@example.com
'';
in
import ../make-test-python.nix {
{
name = "prosody";
nodes = {
client-a =