Skip to content

Commit

Permalink
Merge pull request spring-projects#19976 from izeye
Browse files Browse the repository at this point in the history
* pr/19976:
  Update test name in WebFluxTagsTests

Closes spring-projectsgh-19976
  • Loading branch information
mbhave committed Jan 29, 2020
2 parents 553311c + f3aed11 commit 7cb1fcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void methodTagToleratesNonStandardHttpMethods() {
}

@Test
void outcomeTagIsUnknownWhenResponseStatusIsNull() {
void outcomeTagIsSuccessWhenResponseStatusIsNull() {
this.exchange.getResponse().setStatusCode(null);
Tag tag = WebFluxTags.outcome(this.exchange);
assertThat(tag.getValue()).isEqualTo("SUCCESS");
Expand Down

0 comments on commit 7cb1fcf

Please sign in to comment.