From b3b9dced26c7de1ee228a0613256164a46a7c611 Mon Sep 17 00:00:00 2001 From: Adam Wojszczyk Date: Mon, 17 Aug 2015 16:03:33 +0200 Subject: [PATCH] [#121] Allow fields' values to be empty lists during searching for patterns --- .../groovy/io/codearte/accurest/dsl/WireMockGroovyDslSpec.groovy | 1 + 1 file changed, 1 insertion(+) 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 23d8f65f35..d38124d532 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 @@ -1193,6 +1193,7 @@ class WireMockGroovyDslSpec extends WireMockSpec { new WireMockStubStrategy(groovyDsl).toWireMockClientStub() } + @Issue("#121") def 'should generate stub with empty list as a value of a field'() { given: GroovyDsl groovyDsl = GroovyDsl.make {