test_signup: Fix typo in test name.

This commit is contained in:
Mateusz Mandera 2022-05-06 20:38:26 +02:00 committed by Tim Abbott
parent 8faa854267
commit 328a1fcf13
1 changed files with 1 additions and 1 deletions

View File

@ -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")