Unverified Commit 8638fa37 authored by Piotr Kwiecinski's avatar Piotr Kwiecinski
Browse files

nixosTests.nginx-etag-compression: migrate to runTest

Part of #386873
parent a186de0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {};
+2 −1
Original line number Diff line number Diff line
import ./make-test-python.nix {
{ ... }:
{
  name = "nginx-etag-compression";

  nodes.machine =