Fixed messaging docs

This commit is contained in:
Marcin Grzejszczak
2022-11-15 17:40:10 +01:00
parent 190859e88b
commit 48a40f25b4
2 changed files with 3 additions and 2 deletions

View File

@@ -526,7 +526,7 @@ include::{tests_path}/spring-cloud-contract-stub-runner-stream/src/test/groovy/o
Now consider the following Spring Cloud Stream function configuration:
====
[source,yaml]
[source,groovy]
----
include::{tests_path}/spring-cloud-contract-stub-runner-stream/src/test/groovy/org/springframework/cloud/contract/stubrunner/messaging/stream/StreamStubRunnerSpec.groovy[tags=setup,indent=0]
----