Skip to content

Commit

Permalink
Updating datastore system tests to use project.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jan 4, 2016
1 parent c3c643b commit 584d44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def test_transaction(self):
def test_failure_with_contention(self):
contention_key = 'baz'
# Fool the Client constructor to avoid creating a new connection.
local_client = datastore.Client(dataset_id=CLIENT.dataset_id,
local_client = datastore.Client(project=CLIENT.project,
http=object())
local_client.connection = CLIENT.connection

Expand Down

0 comments on commit 584d44c

Please sign in to comment.