Skip to content

Commit

Permalink
test_emails.py: Add referrer_realm_name to test values.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaidap committed Jun 19, 2017
1 parent 84a1c74 commit a7eba8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zerver/views/test_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def email_page(request):
},
'referrer_name': 'Road Runner',
'referrer_email': 'runner@acme.com',
'referrer_realm_name': 'Acme Corporation',
'realm_uri': realm.uri,
'server_uri': settings.SERVER_URI,
'old_email': 'old_address@acme.com',
Expand Down

0 comments on commit a7eba8a

Please sign in to comment.