Removed unnecessary closure from test

This commit is contained in:
Marcin Grzejszczak
2016-03-12 23:55:56 +01:00
parent 8796e0d532
commit f3221f51b3

View File

@@ -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'),