Skip to content

Commit

Permalink
Adapt custom header name
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinD committed Sep 18, 2024
1 parent 6b72e75 commit 955c04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphdatascience/query_runner/gds_arrow_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def __init__(self, useragent: str, *args: Any, **kwargs: Any) -> None:
self._useragent = useragent

def sending_headers(self) -> Dict[str, str]:
return {"gds-user-agent": self._useragent}
return {"x-gds-user-agent": self._useragent}

def received_headers(self, headers: Dict[str, Any]) -> None:
pass
Expand Down

0 comments on commit 955c04b

Please sign in to comment.