nixosTests.nginx-moreheaders: migrate to runTest

Part of #386873
This commit is contained in:
Piotr Kwiecinski 2025-03-29 23:53:26 +01:00
parent 9a3d7473c4
commit 1e0be03fb6
No known key found for this signature in database
GPG key ID: EC0DE1CB9D5258B4
2 changed files with 3 additions and 2 deletions

View file

@ -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 {};

View file

@ -1,4 +1,5 @@
import ./make-test-python.nix {
{ ... }:
{
name = "nginx-more-headers";
nodes = {