mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-22 12:02:14 +00:00
SEC-3133: Correct test doc username parameter
This commit is contained in:
parent
b719e0fbcc
commit
43fbeab106
@ -506,7 +506,7 @@ For example, this is the above request modified to include the username on the H
|
||||
[source,java]
|
||||
----
|
||||
mvc
|
||||
.perform(formLogin("/auth").user("a","admin").password("p","pass"))
|
||||
.perform(formLogin("/auth").user("u","admin").password("p","pass"))
|
||||
----
|
||||
|
||||
[[test-logout]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user