about summary refs log tree commit diff
path: root/nixos/tests/xmpp
diff options
context:
space:
mode:
authorolaf <olaf@klingt.org>2022-08-05 13:27:03 +0200
committerolaf <olaf@klingt.org>2022-08-05 13:27:03 +0200
commitf5e7b38c82bfd2a45cfb4997557b9cbf39ebfb38 (patch)
tree3d32cb51f6498b7e43ef8d1bfb193dbef636d4b3 /nixos/tests/xmpp
parentde0c7343004c476611101c1b6447d78fa0041f67 (diff)
or consistency use bob in tests instead of john
Diffstat (limited to 'nixos/tests/xmpp')
-rw-r--r--nixos/tests/xmpp/xmpp-sendmessage.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/xmpp/xmpp-sendmessage.nix b/nixos/tests/xmpp/xmpp-sendmessage.nix
index 80dfcff2d0ebc..4c009464b7041 100644
--- a/nixos/tests/xmpp/xmpp-sendmessage.nix
+++ b/nixos/tests/xmpp/xmpp-sendmessage.nix
@@ -6,7 +6,7 @@ let
     Please find this *really* important attachment.
 
     Yours truly,
-    John
+    Bob
   '';
 in writeScriptBin "send-message" ''
 #!${(python3.withPackages (ps: [ ps.slixmpp ])).interpreter}