From f3221f51b3838f3aa614c22ba4cd53b4adb033a3 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Sat, 12 Mar 2016 23:55:56 +0100 Subject: [PATCH] Removed unnecessary closure from test --- .../io/codearte/accurest/dsl/WireMockGroovyDslSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accurest-core/src/test/groovy/io/codearte/accurest/dsl/WireMockGroovyDslSpec.groovy b/accurest-core/src/test/groovy/io/codearte/accurest/dsl/WireMockGroovyDslSpec.groovy index 43324a794c..6288301bdb 100755 --- a/accurest-core/src/test/groovy/io/codearte/accurest/dsl/WireMockGroovyDslSpec.groovy +++ b/accurest-core/src/test/groovy/io/codearte/accurest/dsl/WireMockGroovyDslSpec.groovy @@ -22,7 +22,7 @@ class WireMockGroovyDslSpec extends Specification implements WireMockStubVerifie body( id: value( client('123'), - server({ regex('[0-9]+') }) + server(regex('[0-9]+')) ), surname: $( client('Kowalsky'),