tests/acme: drop unused variables

This commit is contained in:
Sandro Jäckel 2024-02-07 15:00:03 +01:00
parent 3f20904498
commit f97594c700
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -382,8 +382,6 @@ in {
testScript = { nodes, ... }:
let
caDomain = nodes.acme.test-support.acme.caDomain;
newServerSystem = nodes.webserver.config.system.build.toplevel;
switchToNewServer = "${newServerSystem}/bin/switch-to-configuration test";
in
# Note, wait_for_unit does not work for oneshot services that do not have RemainAfterExit=true,
# this is because a oneshot goes from inactive => activating => inactive, and never