Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-g authored Aug 27, 2016
1 parent 9f787b2 commit eebb83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcloud/test__helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,8 +838,8 @@ def callback(*args):
transformer = self._makeOne(credentials, user_agent)
result = transformer(None, callback)
cb_headers = [
('Authorization', 'Bearer ' + access_token_expected),
('User-agent', user_agent),
('authorization', 'Bearer ' + access_token_expected),
('user-agent', user_agent),
]
self.assertEqual(result, None)
self.assertEqual(callback_args, [(cb_headers, None)])
Expand Down

0 comments on commit eebb83a

Please sign in to comment.