SEC-3133: Correct test doc username parameter

This commit is contained in:
Rob Winch 2015-10-26 12:59:44 -05:00
parent f76bf96e14
commit 861ec76991
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,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]]