소스 검색

SEC-3133: Correct test doc username parameter

Rob Winch 9 년 전
부모
커밋
43fbeab106
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/manual/src/docs/asciidoc/_includes/test.adoc

+ 1 - 1
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
 [source,java]
 ----
 mvc
-	.perform(formLogin("/auth").user("a","admin").password("p","pass"))
+	.perform(formLogin("/auth").user("u","admin").password("p","pass"))
 ----
 
 [[test-logout]]