Skip to content

Commit f3aed11

Browse files
izeyembhave
authored andcommitted
Update test name in WebFluxTagsTests
See gh-19976
1 parent 553311c commit f3aed11

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/metrics/web/reactive/server

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/metrics/web/reactive/server/WebFluxTagsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ void methodTagToleratesNonStandardHttpMethods() {
113113
}
114114

115115
@Test
116-
void outcomeTagIsUnknownWhenResponseStatusIsNull() {
116+
void outcomeTagIsSuccessWhenResponseStatusIsNull() {
117117
this.exchange.getResponse().setStatusCode(null);
118118
Tag tag = WebFluxTags.outcome(this.exchange);
119119
assertThat(tag.getValue()).isEqualTo("SUCCESS");

0 commit comments

Comments
 (0)