You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Trying to mock a unique result for each parameter on a RPC method, however the mocking is only working for the first parameter that is defined in the params section of the json document.
I'm probably misunderstanding something on how to create these examples correct. This issue 511 looks similar to mine but it hasn't helped to solve my issue.
To Reproduce
This is a simplified version of the schema:
Describe the bug
Trying to mock a unique result for each parameter on a RPC method, however the mocking is only working for the first parameter that is defined in the
params
section of the json document.I'm probably misunderstanding something on how to create these examples correct. This issue 511 looks similar to mine but it hasn't helped to solve my issue.
To Reproduce
This is a simplified version of the schema:
A request that looks like this,
will give me this result,
However, when I try to trigger the second result by using the defined value for
param2
like this,then I receive this response.
Expected behavior
In the last example above I would expect to get the result value:
Expected.Result.Param2
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: