Commit a4579260 authored by Martin Weinelt's avatar Martin Weinelt Committed by github-actions[bot]
Browse files

nixosTests.nginx-http3: fix test

The network-online.target was never configured for the client.

(cherry picked from commit 97d90455)
parent c4206c39
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -90,7 +90,6 @@ builtins.listToAttrs (

          server.wait_for_unit("nginx")
          server.wait_for_open_port(443)
          client.wait_for_unit("network-online.target")

          # Check http connections
          client.succeed("curl --verbose --http3-only https://acme.test | grep 'Hello World!'")