nixosTests.nginx-etag-compression: migrate to runTest

Part of #386873
This commit is contained in:
Piotr Kwiecinski 2025-03-29 23:49:32 +01:00
parent a186de0fa1
commit 8638fa379f
No known key found for this signature in database
GPG key ID: EC0DE1CB9D5258B4
2 changed files with 3 additions and 2 deletions

View file

@ -800,7 +800,7 @@ in {
nginx = runTest ./nginx.nix;
nginx-auth = runTest ./nginx-auth.nix;
nginx-etag = runTest ./nginx-etag.nix;
nginx-etag-compression = handleTest ./nginx-etag-compression.nix {};
nginx-etag-compression = runTest ./nginx-etag-compression.nix;
nginx-globalredirect = handleTest ./nginx-globalredirect.nix {};
nginx-http3 = handleTest ./nginx-http3.nix {};
nginx-mime = handleTest ./nginx-mime.nix {};

View file

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