From 200209995b8750cf61381101d7c26edc83c7d493 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 8 May 2020 15:18:21 -0700 Subject: [PATCH] test_signup: Update email content for last design tweak. --- zerver/tests/test_signup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerver/tests/test_signup.py b/zerver/tests/test_signup.py index 61bbe9d862..2df3e32379 100644 --- a/zerver/tests/test_signup.py +++ b/zerver/tests/test_signup.py @@ -1216,7 +1216,7 @@ earl-test@zulip.com""", ["Denmark"])) # that third-party products will linkify using the full_name # field, because we've included that field inside the mailto: # link for the sender. - self.assertIn('</a> https://www.google.com (hamlet@zulip.com) wants', body) + self.assertIn('</a> https://www.google.com (hamlet@zulip.com) wants', body) # TODO: Ideally, this test would also test the Invitation # Reminder email generated, but the test setup for that is