[TT-8526] fix issue where query params of type int and array are wrapped with quotes #355
Merged
kofoworola merged 8 commits intomasterfrom Jun 21, 2023
Merged
[TT-8526] fix issue where query params of type int and array are wrapped with quotes #355kofoworola merged 8 commits intomasterfrom
kofoworola merged 8 commits intomasterfrom
Conversation
f5b91cf to
9131950
Compare
9131950 to
6db5023
Compare
3354ac7 to
cbf7a08
Compare
pvormste
reviewed
Jun 20, 2023
aa571ed to
a017257
Compare
a017257 to
c069dc1
Compare
pvormste
approved these changes
Jun 20, 2023
|
Kudos, SonarCloud Quality Gate passed!
|
kofoworola
added a commit
that referenced
this pull request
Jun 22, 2023
…ped with quotes (#355) THis ticket fixes an issue where the input generated for the rest datasource wraps query params that are fetched from arguments with quotes, thereby breaking the URL generated down the execution pipeline
kofoworola
added a commit
that referenced
this pull request
Jun 22, 2023
…ped with quotes (#355) THis ticket fixes an issue where the input generated for the rest datasource wraps query params that are fetched from arguments with quotes, thereby breaking the URL generated down the execution pipeline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








THis ticket fixes an issue where the input generated for the rest datasource wraps query params that are fetched from arguments with quotes, thereby breaking the URL generated down the execution pipeline