Update test name in WebFluxTagsTests

See gh-19976
This commit is contained in:
Johnny Lim 2020-01-29 09:44:02 +09:00 committed by Madhura Bhave
parent 553311c690
commit f3aed11714
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");