Update DslToWireMockClientConverterSpec.groovy

This commit is contained in:
JohannesDorn
2017-11-28 09:49:52 +01:00
committed by GitHub
parent e3ade3ec0f
commit 9dca045197

View File

@@ -627,7 +627,7 @@ class DslToWireMockClientConverterSpec extends Specification {
}, {
"matchesJsonPath" : "$[?(@.alpha == 'abc')]"
}, {
"matchesJsonPath" : "$[?(@.number =~ /(-?(\\\\d*\\\\.\\\\d+|\\\\d+)/)]"
"matchesJsonPath" : "$[?(@.number =~ /(-?(\\\\d*\\\\.\\\\d+|\\\\d+))/)]"
}, {
"matchesJsonPath" : "$[?(@.aBoolean =~ /((true|false))/)]"
}, {