Fix a failing test introduced in #28.

The environment variables in the 'fails if env vars are set' test
were not actually being set because they used a nonexistent hash key
(which has the effect of unsetting the environment variable).
This commit is contained in:
Todd Derr 2015-06-29 17:01:19 -04:00
parent dc12124faf
commit 883fb14147
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@ describe '#get_application_default' do
client_secret: 'privatekey',
refresh_token: 'refreshtoken',
client_id: 'app.apps.googleusercontent.com',
private_key: @key.to_pem,
client_email: 'app@developer.gserviceaccount.com',
type: 'not_known_type'
}
end