Skip to content

Commit

Permalink
docs: update content type override system property
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows authored Jan 21, 2024
1 parent fffc9cc commit a4509a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/junit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,8 @@ having been verified due to a configuration error. **

By default, bodies will be handled based on their content types. For binary contents, the bodies will be base64
encoded when written to the Pact file and then decoded again when the file is loaded. You can change this with
an override property: `pact.content_type.override.<TYPE>.<SUBTYPE>=text|json|binary`. For instance, setting
`pact.content_type.override.application.pdf=text` will treat PDF bodies as a text type and not encode/decode them.
an override property: `pact.content_type.override.<TYPE>/<SUBTYPE>=text|json|binary`. For instance, setting
`pact.content_type.override.application/pdf=text` will treat PDF bodies as a text type and not encode/decode them.

### Controlling the generation of diffs

Expand Down

0 comments on commit a4509a0

Please sign in to comment.