Skip to content

Commit 60ecfbf

Browse files
updated comment
1 parent ab3ee27 commit 60ecfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/streams/http/requests_native_auth/abstract_oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def get_refresh_request_body(self) -> Mapping[str, Any]:
253253

254254
@abstractmethod
255255
def get_refresh_request_headers(self) -> Mapping[str, Any]:
256-
"""Returns the request body to set on the refresh request"""
256+
"""Returns the request headers to set on the refresh request"""
257257

258258
@abstractmethod
259259
def get_grant_type(self) -> str:

0 commit comments

Comments
 (0)