Skip to content

Commit

Permalink
fix: rename-access_token-to-token (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar R. M. <[email protected]>
  • Loading branch information
Nishtha1994 and edgarrmondragon authored Jul 27, 2023
1 parent 6287ec7 commit 092bd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_jira/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def authenticator(self) -> _Auth:
if auth_type == "oauth":
return BearerTokenAuthenticator.create_for_stream(
self,
access_token=self.config["auth"]["access_token"],
token=self.config["auth"]["access_token"],
)
else:
return BasicAuthenticator.create_for_stream(
Expand Down

0 comments on commit 092bd23

Please sign in to comment.