Skip to content

Commit b8514cc

Browse files
committed
fix spring boot test
1 parent 3a9e121 commit b8514cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests-otel-starter/spring-boot-common/src/main/java/io/opentelemetry/spring/smoketest/AbstractOtelSpringStarterSmokeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ void shouldSendTelemetry() {
250250
.as("Should capture code attributes")
251251
.containsEntry(
252252
CodeIncubatingAttributes.CODE_FUNCTION_NAME,
253-
"org.springframework.boot.StartupInfoLogger");
253+
"org.springframework.boot.StartupInfoLogger.logStarting");
254254
}
255255
}
256256

0 commit comments

Comments
 (0)