Unverified Commit 1e0be03f authored by Piotr Kwiecinski's avatar Piotr Kwiecinski
Browse files

nixosTests.nginx-moreheaders: migrate to runTest

Part of #386873
parent 9a3d7473
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -805,7 +805,7 @@ in {
  nginx-http3 = handleTest ./nginx-http3.nix {};
  nginx-mime = runTest ./nginx-mime.nix;
  nginx-modsecurity = runTest ./nginx-modsecurity.nix;
  nginx-moreheaders = handleTest ./nginx-moreheaders.nix {};
  nginx-moreheaders = runTest ./nginx-moreheaders.nix;
  nginx-njs = handleTest ./nginx-njs.nix {};
  nginx-proxyprotocol = handleTest ./nginx-proxyprotocol {};
  nginx-pubhtml = handleTest ./nginx-pubhtml.nix {};
+2 −1
Original line number Diff line number Diff line
import ./make-test-python.nix {
{ ... }:
{
  name = "nginx-more-headers";

  nodes = {