We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf8b768 + 0b21588 commit e7e4cabCopy full SHA for e7e4cab
integration-test/src/test/java/org/cloudfoundry/uaa/ServerInformationTest.java
@@ -84,7 +84,7 @@ public void getInfo() {
84
.build())
85
.map(response -> response.getLinks().getPassword())
86
.as(StepVerifier::create)
87
- .consumeNextWith(endsWithExpectation("/forgot_password"))
+ .consumeNextWith(endsWithExpectation("password"))
88
.expectComplete()
89
.verify(Duration.ofMinutes(5));
90
}
0 commit comments