Thanks Claus!
Didn't know I had to add the option to the "isMockEndpointsAndSkip" method
as well...
Kind regards,
Geert
On Thu, Nov 6, 2014 at 9:16 AM, Claus Ibsen wrote:
> Your regexp pattern does not match direct-vm:out2 as you have a
> parameter, so adjust the regular exp to match using
Your regexp pattern does not match direct-vm:out2 as you have a
parameter, so adjust the regular exp to match using wildcards etc.
On Thu, Nov 6, 2014 at 9:10 AM, Geert Vanheusden wrote:
> Any thoughts on this issue or should I just create a ticket for it?
>
> Kind regards,
>
> Geert
>
> On Tue,
Any thoughts on this issue or should I just create a ticket for it?
Kind regards,
Geert
On Tue, Nov 4, 2014 at 11:13 AM, Geert Vanheusden
wrote:
> Hi Guys,
>
> I wanted to mock a "direct-vm" endpoint with the "block=true" option
> but it fails.
>
> Here you can find a unit test to reproduce th