mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Wrong mapping of method GetAdminMappingsAsync from IWireMockOrgApi #425
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?
Originally created by @marspox on GitHub (Jul 6, 2022).
Originally assigned to: @StefH on GitHub.
Describe the bug
After executing
await RestClient.For<IWireMockOrgApi>("http://127.0.0.1:8080").GetAdminMappingsAsync(default, default);I'm getting exception "Method 'GetAdminMappingsByStubMappingIdAsync': unable to find a [Path("stubMappingId")] property or parameter for the path placeholder '{stubMappingId}'"
Expected behavior:
It should be executed GetAdminMappingsAsync
Other related info
I'm using WireMock.Org.RestClient with version 1.5.0
@StefH commented on GitHub (Jul 6, 2022):
#765
@StefH commented on GitHub (Jul 7, 2022):
@marspox
You can try preview version
WireMock.Org.RestClient.1.5.0-ci-16263.@StefH commented on GitHub (Jul 8, 2022):
closed via #765