Eugene Malihins
02/27/2023, 1:00 PMMatt (pactflow.io / pact-js / pact-go)
we also use this installed OAS in FE with openapi-backend library to mock responsesI think that’s your problem. The consumer should reduce the number of fields expected in the mock, but if you’re using the supplied OAS as the source of the mocks you’re always going to get stuck in this loop. Can the consumer not modify the mocks for their specific needs?
Eugene Malihins
03/01/2023, 12:01 PMMatt (pactflow.io / pact-js / pact-go)