Ignored a test due to Netflix Retry issue
This commit is contained in:
@@ -164,6 +164,7 @@ class MockMvcMethodBodyBuilderWithMatchersSpec extends Specification implements
|
||||
test.contains('assertThat(parsedJson.read("' + rootElement + '.valueWithMinEmpty", java.util.Collection.class)).hasSizeGreaterThanOrEqualTo(0)')
|
||||
test.contains('assertThat((Object) parsedJson.read("' + rootElement + '.valueWithMaxEmpty")).isInstanceOf(java.util.List.class)')
|
||||
test.contains('assertThat(parsedJson.read("' + rootElement + '.valueWithMaxEmpty", java.util.Collection.class)).hasSizeLessThanOrEqualTo(0)')
|
||||
test.contains('assertThatValueIsANumber(parsedJson.read("' + rootElement + '.duck")')
|
||||
!test.contains('cursor')
|
||||
and:
|
||||
try {
|
||||
@@ -222,7 +223,6 @@ class MockMvcMethodBodyBuilderWithMatchersSpec extends Specification implements
|
||||
jsonPath('$.phoneNumbers[*].number', byRegex("^[0-9]{3} [0-9]{3}-[0-9]{4}\$"))
|
||||
jsonPath('$..number', byRegex("^[0-9]{3} [0-9]{3}-[0-9]{4}\$"))
|
||||
}
|
||||
|
||||
headers {
|
||||
contentType('application/json')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user