Bumping versions

This commit is contained in:
buildmaster
2023-04-05 21:06:18 +00:00
parent 2bb47feb47
commit 59839df5fd

View File

@@ -62,8 +62,8 @@ public abstract class SpringCloudCircuitBreakerFilterFactoryTests extends BaseWe
@Test
public void filterFallbackPath() {
testClient.get().uri("/status/200").header("Host", "www.circuitbreakerfallbackpath.org").exchange().expectStatus()
.isOk().expectBody().jsonPath("$.headers").exists();
testClient.get().uri("/status/200").header("Host", "www.circuitbreakerfallbackpath.org").exchange()
.expectStatus().isOk().expectBody().jsonPath("$.headers").exists();
}
@Test