summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/tests/test_register_captcha.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/tests/test_register_captcha.py')
-rw-r--r--packages/meshbay-hub/tests/test_register_captcha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/tests/test_register_captcha.py b/packages/meshbay-hub/tests/test_register_captcha.py
index 32663fe..5f94b9c 100644
--- a/packages/meshbay-hub/tests/test_register_captcha.py
+++ b/packages/meshbay-hub/tests/test_register_captcha.py
@@ -25,7 +25,7 @@ def captcha_on(client, monkeypatch):
def _body(**over):
- b = {"username": "newbie", "email": "newbie@t.com", "auth_key": "a" * 44}
+ b = {"username": "newbie_test", "email": "newbie@t.com", "auth_key": "a" * 44}
b.update(over)
return b