From aee038e26bca9ace19c74a83b657feec572982fd Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 4 May 2023 10:40:23 +0200 Subject: [PATCH] Update _project-features-contract.adoc Removed mention of `inputMessage` --- docs/src/main/asciidoc/_project-features-contract.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/_project-features-contract.adoc b/docs/src/main/asciidoc/_project-features-contract.adoc index ee29198886..815b538779 100644 --- a/docs/src/main/asciidoc/_project-features-contract.adoc +++ b/docs/src/main/asciidoc/_project-features-contract.adoc @@ -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.