mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #413] [MERGED] Fix new Delete with body missing from IWireMockAdminApi interface #901
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/413
Author: @NoahLerner
Created: 2/2/2020
Status: ✅ Merged
Merged: 2/5/2020
Merged by: @StefH
Base:
master← Head:Fix_DeleteWithBodyMissingFromInterface📝 Commits (10+)
60e06f0Fix new Delete with body missing from IWireMockAdminApi interfacec98878cAdmin Delete with mappings in body (#409)2bff182Add unit test for delete with bodyd6dbd6echange order of checks for readability. looks nicer.e4148e0Allow body in DELETE requestsb60b544Fix unit tests according to DELETE supporting bodyfdbfe34Re-run CI4869b30Fix DELETE with body unit test15eb6a7Fix ElementAt index in mappings list479c9c9Fix DELETE with body unit test📊 Changes
6 files changed (+131 additions, -10 deletions)
View changed files
📝
src/WireMock.Net.RestClient/IWireMockAdminApi.cs(+8 -0)📝
src/WireMock.Net/Server/WireMockServer.Admin.cs(+56 -4)📝
src/WireMock.Net/Util/BodyParser.cs(+1 -1)📝
test/WireMock.Net.Tests/Util/BodyParserTests.cs(+1 -1)📝
test/WireMock.Net.Tests/WireMockServer.Admin.cs(+62 -1)📝
test/WireMock.Net.Tests/WireMockServerTests.cs(+3 -3)📄 Description
As requested.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.