Bumping versions
This commit is contained in:
@@ -95,8 +95,7 @@ abstract class PatternValueDslProperty<T extends DslProperty> implements RegexCr
|
||||
|
||||
@Override
|
||||
public T aBoolean() {
|
||||
return createAndValidateProperty(RegexPatterns.TRUE_OR_FALSE,
|
||||
this.random.nextBoolean());
|
||||
return createAndValidateProperty(RegexPatterns.TRUE_OR_FALSE, this.random.nextBoolean());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -123,7 +123,8 @@ class WireMockResponseStubStrategy extends BaseWireMockStubStrategy {
|
||||
}
|
||||
|
||||
Closure parsingClosureForContentType() {
|
||||
return contractMetadata.getDefinedOutputStubContentType().contains("/stream") ? Closure.IDENTITY : MapConverter.JSON_PARSING_CLOSURE;
|
||||
return contractMetadata.getDefinedOutputStubContentType().contains("/stream") ? Closure.IDENTITY
|
||||
: MapConverter.JSON_PARSING_CLOSURE;
|
||||
}
|
||||
|
||||
private void appendResponseDelayTime(ResponseDefinitionBuilder builder) {
|
||||
|
||||
Reference in New Issue
Block a user