Commit 7cb1fcf9 authored by Madhura Bhave's avatar Madhura Bhave

Merge pull request #19976 from izeye

* pr/19976:
  Update test name in WebFluxTagsTests

Closes gh-19976
parents 553311c6 f3aed117
...@@ -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