Skip to content

Commit

Permalink
Supply correct GCE payload for never-called connection.
Browse files Browse the repository at this point in the history
Incorporate feedback from @dhermes:
#580 (diff)
  • Loading branch information
tseaver committed Feb 4, 2015
1 parent fa73670 commit e769de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/datastore/test___init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_set_implicit_both_appengine_and_compute(self):

APP_ENGINE_ID = 'GAE'
APP_IDENTITY = _AppIdentity(APP_ENGINE_ID)
connection = _HTTPConnection(200, APP_ENGINE_ID)
connection = _HTTPConnection(200, 'GCE')

with self._monkeyEnviron(None):
with self._monkeyImplicit(connection=connection,
Expand Down

0 comments on commit e769de3

Please sign in to comment.