Merge pull request #19976 from izeye

* pr/19976:
  Update test name in WebFluxTagsTests

Closes gh-19976
This commit is contained in:
Madhura Bhave
2020-01-28 17:00:08 -08:00

View File

@@ -113,7 +113,7 @@ class WebFluxTagsTests {
}
@Test
void outcomeTagIsUnknownWhenResponseStatusIsNull() {
void outcomeTagIsSuccessWhenResponseStatusIsNull() {
this.exchange.getResponse().setStatusCode(null);
Tag tag = WebFluxTags.outcome(this.exchange);
assertThat(tag.getValue()).isEqualTo("SUCCESS");