about summary refs log tree commit diff
path: root/nixos
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
parentde0c7343004c476611101c1b6447d78fa0041f67 (diff)
or consistency use bob in tests instead of john
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/documize.nix6
-rw-r--r--nixos/tests/xmpp/xmpp-sendmessage.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/nixos/tests/documize.nix b/nixos/tests/documize.nix
index 528bf5338ce0d..fda79b1a09318 100644
--- a/nixos/tests/documize.nix
+++ b/nixos/tests/documize.nix
@@ -47,9 +47,9 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
             " --data 'dbhash={}'"
             " --data 'title=NixOS'"
             " --data 'message=Docs'"
-            " --data 'firstname=John'"
-            " --data 'lastname=Doe'"
-            " --data 'email=john.doe@nixos.org'"
+            " --data 'firstname=Bob'"
+            " --data 'lastname=Foobar'"
+            " --data 'email=bob.foobar@nixos.org'"
             " --data 'password=verysafe'"
             " -f localhost:3000/api/setup"
         ).format(dbhash)
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}