Build against Spring Integration 5.3.0.M1 snapshots
See gh-19650
This commit is contained in:
@@ -36,7 +36,7 @@ class IntegrationGraphEndpointWebIntegrationTests {
|
||||
void graph(WebTestClient client) {
|
||||
client.get().uri("/actuator/integrationgraph").accept(MediaType.APPLICATION_JSON).exchange().expectStatus()
|
||||
.isOk().expectBody().jsonPath("contentDescriptor.providerVersion").isNotEmpty()
|
||||
.jsonPath("contentDescriptor.providerFormatVersion").isEqualTo(1.1f)
|
||||
.jsonPath("contentDescriptor.providerFormatVersion").isEqualTo(1.2f)
|
||||
.jsonPath("contentDescriptor.provider").isEqualTo("spring-integration");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user