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
What version is the OpenAPI spec?
I had the same problem. But while typing some findings here, I tried using OpenAPI spec version 3.0.1 and it worked. Using spec version 3.1.0 doesn't work. Same spec, just changing the version (it is a simple spec).
Describe the issue
I am trying to match path params with the mock library,, but I can't seem to find how to do this.
https://app.swaggerhub.com/apis/jamesdbloom/mock-server-openapi/5.15.x
What you are trying to do
Setup expectations for the OpenAPI generated MockServer
MockServer version
Latest
To Reproduce
Steps to reproduce the issue:
Docker-compose
Schema:
Expected behaviour
Have the ability to specify
pathParameters
for matching, but that crashes with the following message, e.g.,MockServer Log
Log output, as INFO level (or lower)
The text was updated successfully, but these errors were encountered: