Skip to content

Commit 117aa13

Browse files
committed
Update utils.py
1 parent 9120383 commit 117aa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veadk/integrations/ve_identity/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def generate_headers(credential: AuthCredential) -> Optional[dict[str, str]]:
144144
)
145145
}
146146
elif credential.api_key:
147-
headers = {"Authorization": f"{credential.api_key}"}
147+
headers = {"Authorization": credential.api_key}
148148
elif credential.service_account:
149149
pass
150150

0 commit comments

Comments
 (0)