commit | 9eec091cd4340f8e57dd0e837a7e8df808f9f5bd | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Mon Oct 21 17:04:21 2019 -0700 |
committer | GitHub <noreply@github.com> | Mon Oct 21 17:04:21 2019 -0700 |
tree | c54e4f29e43bcdae0d1dedfafaed8671e7eb5011 | |
parent | ae3bafd0b55d41a6deabfccdef10276a39b7eb8c [diff] [blame] |
chore: blacken (#375)
diff --git a/system_tests/test_default.py b/system_tests/test_default.py index 23f6543..22213e6 100644 --- a/system_tests/test_default.py +++ b/system_tests/test_default.py
@@ -16,7 +16,7 @@ import google.auth -EXPECT_PROJECT_ID = os.environ.get('EXPECT_PROJECT_ID') +EXPECT_PROJECT_ID = os.environ.get("EXPECT_PROJECT_ID") def test_application_default_credentials(verify_refresh):