Skip to content

Commit

Permalink
fix: format_query_params in PostJsonSearch (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato authored May 21, 2024
1 parent e47bd3e commit 9764ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eodag/plugins/search/qssearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ def build_query_string(
kwargs.setdefault("startTimeFromAscendingNode", "..")
kwargs.setdefault("completionTimeFromAscendingNode", "..")

query_params = format_query_params(product_type, self.config, **kwargs)
query_params = format_query_params(product_type, self.config, kwargs)

# Build the final query string, in one go without quoting it
# (some providers do not operate well with urlencoded and quoted query strings)
Expand Down

0 comments on commit 9764ac8

Please sign in to comment.