Unverified Commit e90d9be0 authored by Piotr Kwiecinski's avatar Piotr Kwiecinski
Browse files

nixosTests.monica: migrate to runTest

Part of #386873
parent 12ab22da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -725,7 +725,7 @@ in {
  mollysocket = handleTest ./mollysocket.nix { };
  monado = handleTest ./monado.nix {};
  monetdb = handleTest ./monetdb.nix {};
  monica = handleTest ./web-apps/monica.nix {};
  monica = runTest ./web-apps/monica.nix;
  mongodb = runTest ./mongodb.nix;
  mongodb-ce = runTest ({ config, ... }: {
    imports = [ ./mongodb.nix ];
+31 −33
Original line number Diff line number Diff line
import ../make-test-python.nix (
{ pkgs, ... }:
let
  cert = pkgs.runCommand "selfSignedCerts" { nativeBuildInputs = [ pkgs.openssl ]; } ''
@@ -34,4 +33,3 @@ import ../make-test-python.nix (
    machine.succeed("curl -k --fail https://localhost", timeout=10)
  '';
}
)