nixosTests.nginx-pubhtml: migrate to runTest

Part of #386873

Changed files
+3 -2
nixos
+1 -1
nixos/tests/all-tests.nix
···
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 {};
+2 -1
nixos/tests/nginx-pubhtml.nix
···
-
import ./make-test-python.nix {
+
{ ... }:
+
{
name = "nginx-pubhtml";
nodes.machine =