1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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
@@ -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]]