Skip to content

Commit

Permalink
Fix app engine system test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott committed Dec 7, 2016
1 parent 3bece75 commit dc884c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def session_app_engine(session):
# Grab the project ID from the cloud sdk.
project_id = subprocess.check_output([
'gcloud', 'config', 'list', 'project', '--format',
'value(core.project)']).strip()
'value(core.project)']).decode('utf-8').strip()

if not project_id:
session.error(
Expand Down

0 comments on commit dc884c0

Please sign in to comment.