From 925ee864feac47905b86fb3313b8afc6c04b3ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Sun, 6 Jun 2021 01:05:39 +0200 Subject: [PATCH] rss2email test: fix name (#125863) --- nixos/tests/rss2email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/rss2email.nix b/nixos/tests/rss2email.nix index d62207a417b..f32326feb50 100644 --- a/nixos/tests/rss2email.nix +++ b/nixos/tests/rss2email.nix @@ -1,5 +1,5 @@ import ./make-test-python.nix { - name = "opensmtpd"; + name = "rss2email"; nodes = { server = { pkgs, ... }: {