There was an error while loading. Please reload this page.
1 parent 6df4df8 commit cbd712eCopy full SHA for cbd712e
tests/unit/test_client.py
@@ -103,6 +103,7 @@ def _get_target_class():
103
def _make_one(self, *args, **kwargs):
104
return self._get_target_class()(*args, **kwargs)
105
106
+ @mock.patch("os.environ", {})
107
def test_constructor_defaults(self):
108
from google.cloud.bigtable.client import _CLIENT_INFO
109
from google.cloud.bigtable.client import DATA_SCOPE
0 commit comments