Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMaul committed May 15, 2024
1 parent d2d77c3 commit 01dbb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async def _perform_http_request( # type: ignore[override]
self.num_requests += 1
return self.preloaded_response, json.dumps(self.preloaded_response_payload)

async def _get_access_token(self) -> str:
async def _get_auth_header(self) -> str:
return "token"


Expand Down

0 comments on commit 01dbb95

Please sign in to comment.