mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Fix Typo in @WithUserDetails reference
Issue gh-3346
This commit is contained in:
parent
2f7f2ff589
commit
e04f685747
@ -209,7 +209,7 @@ For example, this test would look up the username of "customUsername" using the
|
||||
|
||||
[source,java]
|
||||
----
|
||||
@T@Test
|
||||
@Test
|
||||
@WithUserDetails(value="customUsername", userDetailsServiceBeanName="myUserDetailsService")
|
||||
public void getMessageWithUserDetailsServiceBeanName() {
|
||||
String message = messageService.getMessage();
|
||||
|
Loading…
x
Reference in New Issue
Block a user