8000 Updating datastore system tests to use project. · googleapis/google-cloud-python@739e80b · GitHub
[go: up one dir, main page]

Skip to content

Commit 739e80b

Browse files
committed
Updating datastore system tests to use project.
1 parent 757d11b commit 739e80b

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)
0