Merge pull request #35 from mr-salty/fix-env-var-test
Fix a failing test introduced in #28.
This commit is contained in:
commit
4c057404e6
|
@ -196,6 +196,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