Unverified Commit 857573a2 authored by Jonathan Davies's avatar Jonathan Davies
Browse files

nixos/prosody: Migrate test to runTest

parent 45c30147
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+3 −1
Original line number Diff line number Diff line
{ ... }:

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