Commit dc542b29 authored by Madhura Bhave's avatar Madhura Bhave

Merge branch '2.2.x'

Closes gh-19977
parents b6c5c3a1 7cb1fcf9
......@@ -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");
......
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