mirror of https://github.com/zulip/zulip.git
test_signup: Fix typo in test name.
This commit is contained in:
parent
8faa854267
commit
328a1fcf13
|
@ -2162,7 +2162,7 @@ so we didn't send them an invitation. We did send invitations to everyone else!"
|
|||
"Whoops. The confirmation link has expired or been deactivated.", result
|
||||
)
|
||||
|
||||
def test_never_expire_confirmation_obejct(self) -> None:
|
||||
def test_never_expire_confirmation_object(self) -> None:
|
||||
email = self.nonreg_email("alice")
|
||||
realm = get_realm("zulip")
|
||||
inviter = self.example_user("iago")
|
||||
|
|
Loading…
Reference in New Issue