diff --git a/spec/googleauth/get_application_default_spec.rb b/spec/googleauth/get_application_default_spec.rb index a8411a8..140bd9c 100644 --- a/spec/googleauth/get_application_default_spec.rb +++ b/spec/googleauth/get_application_default_spec.rb @@ -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