fixed some automated testing error introduced by recent changes

pull/191/head
Chris Veilleux 2019-06-27 12:36:05 -05:00
parent ac2f48a299
commit 1e50da5c6a
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ class AccountEndpoint(SeleneEndpoint):
email_address = get_google_account_email(
login_data['federated_token']
)
elif self.request.args['platform'] == 'GitHub':
elif login_data['federated_platform'] == 'GitHub':
email_address = get_github_account_email(
self.request.args['federated_token']
)