Skip to content

Commit f6627c6

Browse files
BorisYourichmartenson
authored andcommitted
"auth" parameter changed to "authorization"
1 parent 29d0c83 commit f6627c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulsar/managers/util/tes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def ensure_tes_client() -> None:
4242

4343
def tes_client_from_dict(destination_params: Dict[str, Any]) -> TesClient:
4444
tes_url = destination_params.get("tes_url")
45-
auth_type = destination_params.get("auth", "none") # Default to "none"
45+
auth_type = destination_params.get("authorization", "none") # Default to "none"
4646

4747
headers = {}
4848

0 commit comments

Comments
 (0)