Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove double setting of caller-type header (#355)
<!--- Note to EXTERNAL Contributors --> <!-- Thanks for opening a PR! If it is a significant code change, please **make sure there is an open issue** for this. We work best with you when we have accepted the idea first before you code. --> <!--- For ALL Contributors 👇 --> ## What was changed <!-- Describe what has changed in this PR --> Removed setting of `caller-type` header from `headers_provider` because it is already being set as part of `cliVersionHeaders` so the value was getting appended twice. ## Why? <!-- Tell your future self why have you made these changes --> No need to set the same value twice ## Checklist <!--- add/delete as needed ---> 1. Closes <!-- add issue number here --> 2. How was this tested: <!--- Please describe how you tested your changes/how we can test them --> Existing tests and quick local validation 3. Any docs updates needed? <!--- update README if applicable or point out where to update docs.temporal.io -->
- Loading branch information