about summary refs log tree commit diff
path: root/nixos/tests/ntfy-sh.nix
diff options
context:
space:
mode:
authorJulien Malka <julien@malka.sh>2023-05-29 16:00:22 +0200
committerYt <happysalada@tuta.io>2023-05-29 11:11:32 -0400
commit963155315341bac20371b791fa356d1e53628cf1 (patch)
treefe4960c71f13ee62e54b36f746899700719cf19c /nixos/tests/ntfy-sh.nix
parent725b45946ec165c282f1edce93b49c82dcec821e (diff)
Revert "nixos/ntfy-sh: add defaults, use dynamic user"
This reverts commit 3dcca62a5ed895d84482875be94d0d8256fda503.
Diffstat (limited to 'nixos/tests/ntfy-sh.nix')
-rw-r--r--nixos/tests/ntfy-sh.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/ntfy-sh.nix b/nixos/tests/ntfy-sh.nix
index fb29a78134f80..4492fb44cedc2 100644
--- a/nixos/tests/ntfy-sh.nix
+++ b/nixos/tests/ntfy-sh.nix
@@ -19,7 +19,5 @@ import ./make-test-python.nix {
     notif = json.loads(machine.succeed("curl -s localhost:80/test/json?poll=1"))
 
     assert msg == notif["message"], "Wrong message"
-
-    machine.succeed("ntfy user list")
   '';
 }