Browse Source

SEC-3133: Correct test doc username parameter

pull/260/head
Rob Winch 10 years ago
parent
commit
43fbeab106
  1. 2
      docs/manual/src/docs/asciidoc/_includes/test.adoc

2
docs/manual/src/docs/asciidoc/_includes/test.adoc

@ -506,7 +506,7 @@ For example, this is the above request modified to include the username on the H @@ -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…
Cancel
Save