nixosTests.nginx-pubhtml: migrate to runTest

Part of #386873
This commit is contained in:
Piotr Kwiecinski 2025-03-30 03:25:08 +02:00
parent cfb69d81fa
commit c0d90aca81
No known key found for this signature in database
GPG key ID: EC0DE1CB9D5258B4
2 changed files with 3 additions and 2 deletions

View file

@ -808,7 +808,7 @@ in {
nginx-moreheaders = runTest ./nginx-moreheaders.nix;
nginx-njs = handleTest ./nginx-njs.nix {};
nginx-proxyprotocol = runTest ./nginx-proxyprotocol/default.nix;
nginx-pubhtml = handleTest ./nginx-pubhtml.nix {};
nginx-pubhtml = runTest ./nginx-pubhtml.nix;
nginx-redirectcode = handleTest ./nginx-redirectcode.nix {};
nginx-sso = handleTest ./nginx-sso.nix {};
nginx-status-page = handleTest ./nginx-status-page.nix {};

View file

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