about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2022-12-14 12:08:03 +0100
committerGitHub <noreply@github.com>2022-12-14 12:08:03 +0100
commit78aaaaaadb44b1169f59f5103c12f46525ed9553 (patch)
tree071dbbb7ed41624f7e5c1456706605b24dda615c /nixos/tests
parent6573e10deea8fef8d04f6f08976efd40b531c22f (diff)
parent5e117045934fa1b49f68465a52ff105b2911a391 (diff)
Merge pull request #201505 from r-ryantm/auto-update/ntfy-sh
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/ntfy-sh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/ntfy-sh.nix b/nixos/tests/ntfy-sh.nix
index c0c289b904b6e..9a36fcdf3922d 100644
--- a/nixos/tests/ntfy-sh.nix
+++ b/nixos/tests/ntfy-sh.nix
@@ -1,4 +1,5 @@
 import ./make-test-python.nix {
+  name = "ntfy-sh";
 
   nodes.machine = { ... }: {
     services.ntfy-sh.enable = true;