mirror of https://github.com/zulip/zulip.git
tests: Fix docstring for test_signup_invalid_name.
This commit is contained in:
parent
a1b5f91c1a
commit
11ad666397
|
@ -912,8 +912,7 @@ class UserSignUpTest(ZulipTestCase):
|
|||
def test_signup_invalid_name(self):
|
||||
# type: () -> None
|
||||
"""
|
||||
Check if the default language of new user is the default language
|
||||
of the realm.
|
||||
Check if an invalid name during signup is handled properly.
|
||||
"""
|
||||
email = "newguy@zulip.com"
|
||||
password = "newpassword"
|
||||
|
|
Loading…
Reference in New Issue