SEC-3133: Correct test doc username parameter
This commit is contained in:
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]
|
[source,java]
|
||||||
----
|
----
|
||||||
mvc
|
mvc
|
||||||
.perform(formLogin("/auth").user("a","admin").password("p","pass"))
|
.perform(formLogin("/auth").user("u","admin").password("p","pass"))
|
||||||
----
|
----
|
||||||
|
|
||||||
[[test-logout]]
|
[[test-logout]]
|
||||||
|
|
Loading…
Reference in New Issue