Prism Client always return mock response from OAS regardless of the mock settings #2394
Unanswered
xeroxis-xs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying out the Prism Client and I realised that it will always return mock responses regardless of the mock setting. I am making a real call to the server and it should return the server response and not the mock responses from OAS. However, it still does perform the validations as expected, here's a sample Prism client code:
And the OAS:
The sample response should return actual response from the server and not the mock response right?
Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions