Skip to content

Commit 727752a

Browse files
committed
Remove over-eager assertion from AOT tests.
1 parent e7c4c6e commit 727752a

File tree

1 file changed

+0
-1
lines changed
  • spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/aot

1 file changed

+0
-1
lines changed

spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/aot/FeignAotTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ void shouldStartFeignChildContextsFromAotContributions(CapturedOutput output) {
9292
ApplicationContextInitializer<GenericApplicationContext> initializer = compiled
9393
.getInstance(ApplicationContextInitializer.class, className.toString());
9494
initializer.initialize(freshApplicationContext);
95-
assertThat(output).contains("Creating a FeignClientFactoryBean.");
9695
assertThat(output).contains("Refreshing FeignClientFactory-test-with-config",
9796
"Refreshing FeignClientFactory-test");
9897
assertThat(output).doesNotContain("Instantiating bean from Test custom config",

0 commit comments

Comments
 (0)