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