pep8: Add compliance with rule E261 to test-api.

This commit is contained in:
Aditya Bansal 2017-05-18 02:54:05 +05:30
parent 306e74c60d
commit 8b219bea13
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ from zerver.models import get_user_profile_by_email
with test_server_running():
email = 'iago@zulip.com' # Iago is an admin
email = 'iago@zulip.com' # Iago is an admin
api_key = get_user_profile_by_email(email).api_key
site = 'http://127.0.0.1:9981'