diff --git a/tap_jira/client.py b/tap_jira/client.py index 0f1e78a..6d44c18 100644 --- a/tap_jira/client.py +++ b/tap_jira/client.py @@ -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(