Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jul 17, 2024
1 parent 09d79da commit 5568747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_credentials_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ async def test_static_credentials_ctor():
async def test_static_credentials_apply_default():
static_creds = credentials.StaticCredentials(token="earth")
headers = {}

await static_creds.apply(headers)
assert headers["authorization"] == "Bearer earth"

await static_creds.apply(headers, token="orchid")
assert headers["authorization"] == "Bearer orchid"

Expand Down

0 comments on commit 5568747

Please sign in to comment.