nixos/tests/opensmtpd: update dovecot service name

The dovecot2 alias was dropped in PR 470461.
This commit is contained in:
magicquark
2026-02-23 18:00:21 +00:00
parent eb3ec31cea
commit 83ca35a0ec
+1 -1
View File
@@ -149,7 +149,7 @@ import ./make-test-python.nix {
client.wait_for_unit("network-online.target")
smtp1.wait_for_unit("opensmtpd")
smtp2.wait_for_unit("opensmtpd")
smtp2.wait_for_unit("dovecot2")
smtp2.wait_for_unit("dovecot")
# To prevent sporadic failures during daemon startup, make sure
# services are listening on their ports before sending requests