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

nixosTests.nginx-mime: migrate to runTest

Part of #386873
parent 69df9598
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -803,7 +803,7 @@ in {
  nginx-etag-compression = runTest ./nginx-etag-compression.nix;
  nginx-globalredirect = runTest ./nginx-globalredirect.nix;
  nginx-http3 = handleTest ./nginx-http3.nix {};
  nginx-mime = handleTest ./nginx-mime.nix {};
  nginx-mime = runTest ./nginx-mime.nix;
  nginx-modsecurity = handleTest ./nginx-modsecurity.nix {};
  nginx-moreheaders = handleTest ./nginx-moreheaders.nix {};
  nginx-njs = handleTest ./nginx-njs.nix {};
+21 −23
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ lib, pkgs, ... }:
{
  name = "nginx-mime";
@@ -23,4 +22,3 @@ import ./make-test-python.nix (
    server.shutdown()
  '';
}
)