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

#2227 add method to mock http response with any status #2234

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

asolntsev
Copy link
Member

until now, it was only possible to mock http response with status 200 ("OK").

Now it's possible to mock responses like "BadRequest", "Server error" etc.

until now, it was only possible to mock http response with status 200 ("OK"). Now it's possible to mock responses like "BadRequest", "Server error" etc.
@asolntsev asolntsev self-assigned this Mar 27, 2023
@asolntsev asolntsev linked an issue Mar 27, 2023 that may be closed by this pull request
@asolntsev asolntsev added this to the 6.13.0 milestone Mar 27, 2023
@sonarcloud
Copy link

sonarcloud bot commented Mar 27, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-advanced-security
Copy link

You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab.

@asolntsev asolntsev merged commit 8ee43a4 into main Mar 28, 2023
@asolntsev asolntsev deleted the feature/2227-mock-http-status branch March 28, 2023 05:43
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.

Add api to specify response code in responseMocker
1 participant