Skip to content

Commit

Permalink
Merge branch 'fix-typo' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
twoseat committed Apr 6, 2018
2 parents cf8b768 + 0b21588 commit e7e4cab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void getInfo() {
.build())
.map(response -> response.getLinks().getPassword())
.as(StepVerifier::create)
.consumeNextWith(endsWithExpectation("/forgot_password"))
.consumeNextWith(endsWithExpectation("password"))
.expectComplete()
.verify(Duration.ofMinutes(5));
}
Expand Down

0 comments on commit e7e4cab

Please sign in to comment.