tests: Remove get_user_profile_by_email from most tests.

This commit is contained in:
Rick Chern
2017-05-23 17:42:31 -07:00
committed by Tim Abbott
parent e809faa37d
commit e53d1c3885
16 changed files with 210 additions and 179 deletions

View File

@@ -33,6 +33,7 @@ from zerver.lib.actions import (
from zerver.models import (
get_recipient,
get_stream,
get_user,
get_user_profile_by_email,
Client,
Message,