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:
parent
dc12124faf
commit
883fb14147
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue