We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c318fec commit 1acee1bCopy full SHA for 1acee1b
src/sap_cloud_sdk/destination/client.py
@@ -351,7 +351,9 @@ def get_destination(
351
if options.fragment_name:
352
headers["X-fragment-name"] = options.fragment_name
353
if options.fragment_optional is not None:
354
- headers["X-fragment-optional"] = str(options.fragment_optional).lower()
+ headers["X-fragment-optional"] = str(
355
+ options.fragment_optional
356
+ ).lower()
357
if options.tenant:
358
headers["X-tenant"] = options.tenant
359
if options.user_token:
0 commit comments