Skip to content

Commit e7e4cab

Browse files
committed
Merge branch 'fix-typo' into 2.x
2 parents cf8b768 + 0b21588 commit e7e4cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/test/java/org/cloudfoundry/uaa/ServerInformationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void getInfo() {
8484
.build())
8585
.map(response -> response.getLinks().getPassword())
8686
.as(StepVerifier::create)
87-
.consumeNextWith(endsWithExpectation("/forgot_password"))
87+
.consumeNextWith(endsWithExpectation("password"))
8888
.expectComplete()
8989
.verify(Duration.ofMinutes(5));
9090
}

0 commit comments

Comments
 (0)