Commit f3aed117 authored by Johnny Lim's avatar Johnny Lim Committed by Madhura Bhave

Update test name in WebFluxTagsTests

See gh-19976
parent 553311c6
...@@ -113,7 +113,7 @@ class WebFluxTagsTests { ...@@ -113,7 +113,7 @@ class WebFluxTagsTests {
} }
@Test @Test
void outcomeTagIsUnknownWhenResponseStatusIsNull() { void outcomeTagIsSuccessWhenResponseStatusIsNull() {
this.exchange.getResponse().setStatusCode(null); this.exchange.getResponse().setStatusCode(null);
Tag tag = WebFluxTags.outcome(this.exchange); Tag tag = WebFluxTags.outcome(this.exchange);
assertThat(tag.getValue()).isEqualTo("SUCCESS"); assertThat(tag.getValue()).isEqualTo("SUCCESS");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment