or consistency use bob in tests instead of john

olaf f5e7b38c de0c7343

Changed files
+4 -4
nixos
+3 -3
nixos/tests/documize.nix
···
" --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)
+1 -1
nixos/tests/xmpp/xmpp-sendmessage.nix
···
Please find this *really* important attachment.
Yours truly,
-
John
+
Bob
'';
in writeScriptBin "send-message" ''
#!${(python3.withPackages (ps: [ ps.slixmpp ])).interpreter}