Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstrickland authored and JP-Ellis committed Aug 5, 2024
1 parent cc174a0 commit d8fe9a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ When using the OpenAPI Specifications as a Provider Contract, you should know th

- It is recommended to set `additionalProperties` to `true` on request items to align with [Postel's Law](https://en.wikipedia.org/wiki/Robustness_principle).
- _Implementing_ a spec is not the same as being _compatible_ with a spec ([read more](https://pactflow.io/blog/contract-testing-using-json-schemas-and-open-api-part-1/)). Most tools only tell you that what you’re doing is _not incompatible_ with the spec.
- You are responsible for ensuring sufficient OAS coverage. To highlight this point, in our [Dredd example](https://github.com/pactflow/example-bi-directional-provider-dredd), we do _not_ test the 404 case on the provider, but the consumer has a pact for it and it's tests still pass! _NOTE: We plan to address this problem in the future via our OAS Testing Tool_.
- You are responsible for ensuring sufficient OAS coverage. To highlight this point, in our [Dredd example](https://github.com/pactflow/example-bi-directional-provider-dredd), we do _not_ test the 404 case on the provider, but the consumer has a pact for it and its tests still pass! _NOTE: We plan to address this problem in the future via our OAS Testing Tool_.

0 comments on commit d8fe9a7

Please sign in to comment.