Merge branch '2.2.x'

Closes gh-19977
This commit is contained in:
Madhura Bhave 2020-01-28 17:00:55 -08:00
commit dc542b29d8
1 changed files with 1 additions and 1 deletions

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");