mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
WithParam not working. #629
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 @hmiguel on GitHub (Sep 2, 2024).
Hello,
I'm trying to do a mock with 'WithParam', but seems like it's not working.
Result
Mock not found.
Expected Result
Mock found.
@StefH commented on GitHub (Sep 4, 2024):
In that case, you should use:
@hmiguel commented on GitHub (Sep 4, 2024):
Ok, that setting works with Wiremock.Server, but seems like it's not working with container.
@StefH commented on GitHub (Sep 4, 2024):
https://github.com/WireMock-Net/WireMock.Net/pull/1166
@StefH commented on GitHub (Sep 4, 2024):
A new version will be released soon.