Merge pull request #35 from mr-salty/fix-env-var-test

Fix a failing test introduced in #28.
This commit is contained in:
Tim Emiola 2015-07-10 14:01:40 +02:00
commit 4c057404e6
1 changed files with 2 additions and 0 deletions

View File

@ -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