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 c3c643b commit 584d44cCopy full SHA for 584d44c
system_tests/datastore.py
@@ -346,7 +346,7 @@ def test_transaction(self):
346
def test_failure_with_contention(self):
347
contention_key = 'baz'
348
# Fool the Client constructor to avoid creating a new connection.
349
- local_client = datastore.Client(dataset_id=CLIENT.dataset_id,
+ local_client = datastore.Client(project=CLIENT.project,
350
http=object())
351
local_client.connection = CLIENT.connection
352
0 commit comments