mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Typos.
This commit is contained in:
parent
1618bf1168
commit
06faea8cfc
@ -118,7 +118,7 @@ class CasSampleSpec extends BaseSpec {
|
|||||||
at LoginPage
|
at LoginPage
|
||||||
}
|
}
|
||||||
|
|
||||||
def 'loging out of the cas server successfully logs out of the cas servers'() {
|
def 'logging out of the cas server successfully logs out of the cas server'() {
|
||||||
setup: 'login with ROLE_USER'
|
setup: 'login with ROLE_USER'
|
||||||
to SecurePage
|
to SecurePage
|
||||||
at LoginPage
|
at LoginPage
|
||||||
|
@ -36,7 +36,7 @@ class LoginPage extends Page {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the login page url which might change based upon the system properties. This is to support using an randomly available port for CI.
|
* Gets the login page url which might change based upon the system properties. This is to support using a randomly available port for CI.
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
private static String loginUrl() {
|
private static String loginUrl() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user