nixos/tests: fix guix under network-online dep fix

This commit is contained in:
Jade Lovelace 2024-01-13 18:18:20 -08:00
parent a8a9424e4f
commit 843b3e7aa9

View File

@ -80,6 +80,7 @@ in {
# Now it's the client turn to make use of it.
substitute_server = "http://server.local:${toString publishPort}"
client.systemctl("start network-online.target")
client.wait_for_unit("network-online.target")
response = client.succeed(f"curl {substitute_server}")
assert "Guix Substitute Server" in response