commit | dc884c080e645b2d78fb50ee866236d8291ebcce | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Wed Dec 07 14:33:25 2016 -0800 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Wed Dec 07 14:33:25 2016 -0800 |
tree | 387ffc4a10547e6ee63c8d6eb6e19cd2271e2797 | |
parent | 3bece75fb000267e762c4b018a9c46e714b980b4 [diff] [blame] |
Fix app engine system test
diff --git a/system_tests/nox.py b/system_tests/nox.py index 5df72c8..8179ca1 100644 --- a/system_tests/nox.py +++ b/system_tests/nox.py
@@ -225,7 +225,7 @@ # 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(