Skip to content

Commit 7cb1fcf

Browse files
committed
Merge pull request #19976 from izeye
* pr/19976: Update test name in WebFluxTagsTests Closes gh-19976
2 parents 553311c + f3aed11 commit 7cb1fcf

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)