about summary refs log tree commit diff
path: root/nixos/tests/rss2email.nix
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2021-06-06 01:05:39 +0200
committerGitHub <noreply@github.com>2021-06-06 01:05:39 +0200
commit925ee864feac47905b86fb3313b8afc6c04b3ebf (patch)
tree63cbb9f939f64d98aa87df5ea92e56d24db9a294 /nixos/tests/rss2email.nix
parent6943cf11418fa89aef0a576e00c1de64765989d1 (diff)
rss2email test: fix name (#125863)
Diffstat (limited to 'nixos/tests/rss2email.nix')
-rw-r--r--nixos/tests/rss2email.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/rss2email.nix b/nixos/tests/rss2email.nix
index d62207a417b83..f32326feb50fb 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, ... }: {