Polish gh-1325
This commit is contained in:
@@ -68,7 +68,7 @@ public class DemoAuthorizationServerApplicationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void whenLoginSuccessfulThenDisplayNotFoundError() throws IOException {
|
||||
public void whenLoginSuccessfulThenDisplayBadRequestError() throws IOException {
|
||||
HtmlPage page = this.webClient.getPage("/");
|
||||
|
||||
assertLoginPage(page);
|
||||
|
||||
Reference in New Issue
Block a user