This commit is contained in:
René Pfeuffer
2018-10-01 15:03:48 +02:00

View File

@@ -41,7 +41,7 @@ public class IndexITCase {
.then()
.statusCode(HttpStatus.SC_OK)
.body(
"_links.formLogin.href", matchesPattern(".+/auth/.+")
"_links.login.href", matchesPattern(".+/auth/.+")
);
}