Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add injection of query parameters in returned response #24

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

andrea-deri
Copy link
Contributor

This PR contains a little feature that will enable a great new option for Mocker system. With this feature it is possible to add the passed query parameters as injected parameter for the returned mock response.

List of Changes

  • Add injection of query parameters in mock response

Motivation and Context

This changes are required in order to add the explicit injection of query parameters

How Has This Been Tested?

  • Tested in local environment

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@andrea-deri andrea-deri self-assigned this Jul 5, 2024
@andrea-deri andrea-deri requested a review from a team as a code owner July 5, 2024 10:21
Copy link

github-actions bot commented Jul 5, 2024

Comment this PR with update_code to format the code. Consider to use pre-commit to format the code.

@andrea-deri andrea-deri merged commit 4cadced into main Jul 5, 2024
7 of 12 checks passed
@andrea-deri andrea-deri deleted the fix-inject-query-parameters branch July 5, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant