Skip to content

Commit f4e8cac

Browse files
committed
Polish
1 parent 9eb05eb commit f4e8cac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

module/spring-boot-opentelemetry/src/test/java/org/springframework/boot/opentelemetry/autoconfigure/logging/OpenTelemetryLoggingExportAutoConfigurationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ void whenHasCustomGrpcExporterDoesNotProvideExporterBean() {
131131
.run((context) -> assertThat(context).hasBean("customOtlpGrpcLogRecordExporter")
132132
.hasSingleBean(LogRecordExporter.class));
133133
}
134-
// FIXME
135134

136135
@Test
137136
void whenHasCustomLoggingConnectionDetailsDoesNotProvideExporterBean() {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ include "module:spring-boot-thymeleaf"
187187
include "module:spring-boot-tomcat"
188188
include "module:spring-boot-tx"
189189
include "module:spring-boot-validation"
190-
include "module:spring-boot-web-server" // FIXME move to core?
190+
include "module:spring-boot-web-server"
191191
include "module:spring-boot-webclient"
192192
include "module:spring-boot-webflux"
193193
include "module:spring-boot-webflux-test"

0 commit comments

Comments
 (0)