Skip to content

Commit 584d44c

Browse files
committed
Updating datastore system tests to use project.
1 parent c3c643b commit 584d44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_tests/datastore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def test_transaction(self):
346346
def test_failure_with_contention(self):
347347
contention_key = 'baz'
348348
# Fool the Client constructor to avoid creating a new connection.
349-
local_client = datastore.Client(dataset_id=CLIENT.dataset_id,
349+
local_client = datastore.Client(project=CLIENT.project,
350350
http=object())
351351
local_client.connection = CLIENT.connection
352352

0 commit comments

Comments
 (0)