Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 584d44c

Browse filesBrowse files
committed
Updating datastore system tests to use project.
1 parent c3c643b commit 584d44c
Copy full SHA for 584d44c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎system_tests/datastore.py

Copy file name to clipboardExpand all lines: system_tests/datastore.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.