Unverified Commit 9a3d7473 authored by Piotr Kwiecinski's avatar Piotr Kwiecinski
Browse files

nixosTests.nginx-modsecurity: migrate to runTest

Part of #386873
parent af2b019d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -804,7 +804,7 @@ in {
  nginx-globalredirect = runTest ./nginx-globalredirect.nix;
  nginx-http3 = handleTest ./nginx-http3.nix {};
  nginx-mime = runTest ./nginx-mime.nix;
  nginx-modsecurity = handleTest ./nginx-modsecurity.nix {};
  nginx-modsecurity = runTest ./nginx-modsecurity.nix;
  nginx-moreheaders = handleTest ./nginx-moreheaders.nix {};
  nginx-njs = handleTest ./nginx-njs.nix {};
  nginx-proxyprotocol = handleTest ./nginx-proxyprotocol {};
+45 −47
Original line number Diff line number Diff line
import ./make-test-python.nix (
  { pkgs, lib, ... }:
{ ... }:
{
  name = "nginx-modsecurity";

@@ -48,4 +47,3 @@ import ./make-test-python.nix (
    machine.fail("curl -fvvv -s http://127.0.0.1/secret.html")
  '';
}
)