Update _project-features-contract.adoc

Removed mention of `inputMessage`
This commit is contained in:
Marcin Grzejszczak
2023-05-04 10:40:23 +02:00
committed by GitHub
parent cc9dd43846
commit aee038e26b

View File

@@ -1377,7 +1377,7 @@ dynamic parts of a contract.
You can use the `bodyMatchers` section for two reasons:
* Define the dynamic values that should end up in a stub.
You can set it in the `request` or `inputMessage` part of your contract.
You can set it in the `request` part of your contract.
* Verify the result of your test.
This section is present in the `response` or `outputMessage` side of the
contract.