We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a0496 commit e008e6bCopy full SHA for e008e6b
system_tests/datastore.py
@@ -45,7 +45,7 @@ def clone_client(client):
45
cloned_client = datastore.Client(project=client.project,
46
namespace=client.namespace,
47
http=object())
48
- cloned_client.connection = client.connection
+ cloned_client._connection = client._connection
49
return cloned_client
50
51
0 commit comments