From f06fac2a13e374a81dfc721232f1af18ce5f90cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Mon, 2 Mar 2020 23:18:37 +0100 Subject: Rename the e2e nicks to make things easier to debug --- tests/end_to_end/functions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/end_to_end/functions.py') diff --git a/tests/end_to_end/functions.py b/tests/end_to_end/functions.py index 97cdfb0..3a21fcf 100644 --- a/tests/end_to_end/functions.py +++ b/tests/end_to_end/functions.py @@ -18,10 +18,10 @@ common_replacements = { 'jid_one': 'first@example.com', 'jid_two': 'second@example.com', 'jid_admin': 'admin@example.com', - 'nick_two': 'Bobby', - 'nick_three': 'Bernard', + 'nick_two': 'Nick2', + 'nick_three': 'Nick3', 'lower_nick_one': 'nick', - 'lower_nick_two': 'bobby', + 'lower_nick_two': 'nick2', } class SkipStepError(Exception): -- cgit v1.2.3