Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Specify HTTP client when building service #1275

Merged
merged 1 commit into from
May 18, 2017

Commits on May 17, 2017

  1. Specify HTTP client when constructing client

    If a HTTP client is not passed to `build`, the Google API Python client
    will create a default one and attempt to authenticate it. This causes
    failures in environments where ADC auth is not available (Travis).
    
    In any case, it's not useful to access any auth code in the mock tests.
    This commit removes that possibility.
    saicheems committed May 17, 2017
    Configuration menu
    Copy the full SHA
    d6f7631 View commit details
    Browse the repository at this point in the history