summaryrefslogtreecommitdiff
path: root/tests/end_to_end/functions.py
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2020-03-02 23:18:37 +0100
committerlouiz’ <louiz@louiz.org>2020-03-02 23:20:47 +0100
commitf06fac2a13e374a81dfc721232f1af18ce5f90cf (patch)
treefc53d9aba8200c1c8734f9d31c0ee31dc16a7b85 /tests/end_to_end/functions.py
parent38fbca5bc01d8738f448714469259ed0e04ac101 (diff)
downloadbiboumi-f06fac2a13e374a81dfc721232f1af18ce5f90cf.tar.gz
biboumi-f06fac2a13e374a81dfc721232f1af18ce5f90cf.tar.bz2
biboumi-f06fac2a13e374a81dfc721232f1af18ce5f90cf.tar.xz
biboumi-f06fac2a13e374a81dfc721232f1af18ce5f90cf.zip
Rename the e2e nicks to make things easier to debug
Diffstat (limited to 'tests/end_to_end/functions.py')
-rw-r--r--tests/end_to_end/functions.py6
1 files changed, 3 insertions, 3 deletions
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):